From: Sudip Mukherjee Date: Fri, 14 Nov 2014 10:39:05 +0000 (+0530) Subject: ALSA: ice1712: remove unneeded return statement X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387417b56295ef93d7cb38e1721826c85dfe897c;p=pandora-kernel.git ALSA: ice1712: remove unneeded return statement the functions: snd_ice1712_akm4xxx_build_controls snd_ice1712_build_pro_mixer snd_ctl_add snd_ak4114_build prodigy192_ak4114_init snd_ak4113_build are all returning either 0 or a negetive error value. so we can easily remove the check for a negative value and return the value instead. Signed-off-by: Sudip Mukherjee Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed