OSDN Git Service

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)
commit693c0fb26a312d7cc866b1e9195187789b69e7e6
treeb8b496ddc926ead5a74c50f75d2f6d7d47dc5660
parent3fbbcf4dadb6c01d6411bac715a7448f96c3724c
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