[alsa-devel] [PATCH -next] ASoC: Intel: Atom: add terminate entry for dmi_system_id tables

Wei Yongjun weiyj.lk at gmail.com
Sun Oct 23 13:41:09 CEST 2016


From: Wei Yongjun <weiyongjun1 at huawei.com>

Make sure dmi_system_id tables are NULL terminated.

Signed-off-by: Wei Yongjun <weiyongjun1 at huawei.com>
---
 sound/soc/intel/atom/sst/sst_acpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ba5c0d7..0a88537 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -416,6 +416,7 @@ static const struct dmi_system_id cht_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
 		},
 	},
+	{ }
 };
 
 





More information about the Alsa-devel mailing list