From: Axel Lin Date: Fri, 23 Sep 2011 05:10:57 +0000 (+0800) Subject: ASoC: Remove unneeded mutex_init in wl1273_probe() X-Git-Tag: v3.2-rc1~127^2~1^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0010bcc2260e3c139c8f54ac452a6d0f7aa45db1;p=pandora-kernel.git ASoC: Remove unneeded mutex_init in wl1273_probe() Since f0fba2ad "ASoC: multi-component - ASoC Multi-Component Support", snd_soc_register_codec() now does all the codec list and mutex init. Thus don't need to call mutex_init(&codec->mutex) in wl1273_probe() any more. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed