summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-10-23 11:41:09 +0000
committerMark Brown <broonie@kernel.org>2016-10-24 16:10:54 +0100
commit4690481060f3c6b557b01f18319c6382f0fd63ab (patch)
tree77066346a4aceec81b85502cfff657a13f790124 /sound
parentc3474e211576fc88ddd1f3e8ce3b06a2051438e7 (diff)
downloadop-kernel-dev-4690481060f3c6b557b01f18319c6382f0fd63ab.zip
op-kernel-dev-4690481060f3c6b557b01f18319c6382f0fd63ab.tar.gz
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/intel/atom/sst/sst_acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index 4d31849..748a0f6 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -343,6 +343,7 @@ static const struct dmi_system_id cht_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
},
},
+ { }
};
OpenPOWER on IntegriCloud