]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Remove return check for skl_codec_create()
authorguneshwor.o.singh@intel.com <guneshwor.o.singh@intel.com>
Fri, 28 Jul 2017 10:42:15 +0000 (16:12 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 1 Aug 2017 12:34:05 +0000 (13:34 +0100)
commita8ba4102ad38346cbba6ab99b9bc3a439d220123
treeb8b496ddc926ead5a74c50f75d2f6d7d47dc5660
parentda1e6d7f9c4038ce38d5b49d7ef8adef62d82d80
ASoC: Intel: Skylake: Remove return check for skl_codec_create()

Since skl_codec_create() always returns 0, make it return void and remove
return check.

Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c