From: Wei Yongjun <weiyongjun1@huawei.com>
Date: Sun, 23 Oct 2016 11:41:09 +0000
Subject: [PATCH 79/82] ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
Git-commit: 4690481060f3c6b557b01f18319c6382f0fd63ab
Patch-mainline: 4.9-rc5
References: bsc#1010690

Make sure dmi_system_id tables are NULL terminated.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 sound/soc/intel/atom/sst/sst_acpi.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -417,6 +417,7 @@ static const struct dmi_system_id cht_ta
 			DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
 		},
 	},
+	{ }
 };
 
 
