From: Guneshwor Singh Date: Mon, 9 Oct 2017 05:50:32 +0000 (+0530) Subject: ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach X-Git-Tag: v4.19~1622^2~2^5~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=364497aca1f5fdf220bd314e0550881b97d2f0fc;p=platform%2Fkernel%2Flinux-rpi.git ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach To make it consistent, add sentinel for sst_cnl_devdata also. Signed-off-by: Guneshwor Singh Acked-By: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 143ade3..4abbd90 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -1011,6 +1011,7 @@ static const struct sst_acpi_mach sst_cnl_devdata[] = { .fw_filename = "intel/dsp_fw_cnl.bin", .pdata = &cnl_pdata, }, + {} }; /* PCI IDs */