From: Fabio Estevam Date: Thu, 18 Jul 2013 18:07:48 +0000 (-0300) Subject: ASoC: fsl: imx-wm8962: Fix error path X-Git-Tag: v3.12-rc1~150^2~9^2~42^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a14e302ffeecc312186b8b9b0efc8963cec83b;p=pandora-kernel.git ASoC: fsl: imx-wm8962: Fix error path If the 'failed to find codec platform device' error path is executed, it should jump to 'fail' label instead of returning an error immediately. 'fail' label will then free the ssi_np and codec_np previously acquired nodes. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed