diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-12-12 19:28:10 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-14 15:04:50 (GMT) |
commit | 0d3aba30b755fe9ccaf390f0e71f6fb9fd55bd87 (patch) | |
tree | d876b22571cf2dfa00d67a2a40af55e69888dfa2 /samples | |
parent | 6e1d7a51392f06899bd7b693f28ac60fa1e00032 (diff) | |
download | linux-0d3aba30b755fe9ccaf390f0e71f6fb9fd55bd87.tar.xz |
ALSA: oxfw: fix detect_loud_models() return value
This code causes a static checker warning:
sound/firewire/oxfw/oxfw.c:46 detect_loud_models()
warn: signedness bug returning '(-2)'
The detect_loud_models() function should return false on falure, so that
we don't try to set up the loud code for hardware that doesn't support
it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions