From: Dan Carpenter Date: Wed, 14 May 2014 13:32:21 +0000 (+0300) Subject: ALSA: sb_mixer: missing return statement X-Git-Tag: omap-for-v3.16/fixes-against-rc1~177^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665ebe926e7b714369b5329d48745bfef17db512;p=pandora-kernel.git ALSA: sb_mixer: missing return statement The if condition here was supposed to return on error but the return statement is missing. The effect is that the ->mixername is set to "???" instead of "DT019X". Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed