]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: fsl_asrc: fix an error code in fsl_asrc_probe()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 31 Jul 2014 09:32:09 +0000 (12:32 +0300)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:01 +0000 (21:17 -0600)
commit5577e1d355ff4d6a7094e24a1067e9d797cf4250
tree827fa563a0ee9d112267d7ee793abe0cbb57d2a0
parent043d0638853bb148011bfa6bfe5827c2830f3bdb
ASoC: fsl_asrc: fix an error code in fsl_asrc_probe()

There is a cut and paste bug so it returns success instead of the error
code.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit d387dd08e444b22f844475780fe12a1ad1c6fffd)
sound/soc/fsl/fsl_asrc.c