commit | d8a14e302ffeecc312186b8b9b0efc8963cec83b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Jul 18 15:07:48 2013 -0300 |
committer | Mark Brown <broonie@linaro.org> | Thu Jul 18 21:51:14 2013 +0100 |
tree | 7dff402153b98c7ca9d08c326400605f6ff0d3bf | |
parent | 02502da4579ffcd2b96334297ba8e6daefe618c4 [diff] |
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>