git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebce311
)
ASoC: rt5640: Fix ignored error checks
author
Takashi Iwai
<tiwai@suse.de>
Wed, 30 Oct 2013 07:35:06 +0000
(08:35 +0100)
committer
Mark Brown
<broonie@linaro.org>
Wed, 30 Oct 2013 17:11:25 +0000
(10:11 -0700)
The negative error value returned from get_sdp_info() is ignored
because it's assigned to unsigned variables.
Spotted by coverity CIDs 1042657, 1042658.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found