]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5640: Fix ignored error checks
authorTakashi Iwai <tiwai@suse.de>
Wed, 30 Oct 2013 07:35:06 +0000 (08:35 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 30 Oct 2013 17:11:25 +0000 (10:11 -0700)
commitd593adc202128bd16de490ca72ca2fd88dd8d212
treedbc71934884365b85725506d22d0c0ab79025097
parent3545887bbe3e463b06d21dc6bb8a0b1ec492c4da
ASoC: rt5640: Fix ignored error checks

The negative error value returned from get_sdp_info() is ignored
because it's assigned to unsigned variables.

Spotted by coverity CIDs 10426571042658.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5640.c