]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: imx-wm8962: Fix error path
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 18 Jul 2013 18:07:48 +0000 (15:07 -0300)
committerMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 20:51:14 +0000 (21:51 +0100)
commitee5f94ef2d9b929ac50f3ca2d1e74556d51e023a
tree7dff402153b98c7ca9d08c326400605f6ff0d3bf
parent8f579a392b31971819c6189dcc5c4de5c66ec7d5
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 <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/imx-wm8962.c