ASoC: Intel: Skylake: Remove return check for skl_codec_create()
author[email protected] <[email protected]>
Fri, 28 Jul 2017 10:42:15 +0000 (16:12 +0530)
committerMark Brown <[email protected]>
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 <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/skylake/skl.c