]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix error return code in skl_probe()
authorWei Yongjun <weiyj.lk@gmail.com>
Fri, 12 Aug 2016 11:45:18 +0000 (11:45 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 12 Aug 2016 12:29:12 +0000 (13:29 +0100)
commit68a25366109ae73d0c9f819d926ddea1859bcf78
tree0ed6a79da70d7601edef19c14b39501d164eaa2a
parent92798223e7171db5901020f7d06397c7d8b3af41
ASoC: Intel: Skylake: Fix error return code in skl_probe()

Fix to return error code -ENODEV from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: f2124b781655 ("ASoC: Intel: Skylake: Initialize NHLT table")
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-By: Vinod Koul <vinod.kou@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c