From: Kuninori Morimoto Date: Fri, 8 Mar 2013 01:42:33 +0000 (-0800) Subject: ASoC: core: remove codec from list if registration failed X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1328a832c7eeeb4dd3c3666605717c555de9e83;p=pandora-kernel.git ASoC: core: remove codec from list if registration failed Current snd_soc_register_codec() adds codec to list, and calls snd_soc_register_dais(). But, this listed codec should be removed if dais registration was failed. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed