commit | 4690481060f3c6b557b01f18319c6382f0fd63ab | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sun Oct 23 11:41:09 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 24 16:10:54 2016 +0100 |
tree | 77066346a4aceec81b85502cfff657a13f790124 | |
parent | c3474e211576fc88ddd1f3e8ce3b06a2051438e7 [diff] [blame] |
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>
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 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"), }, }, + { } };