]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 23 Oct 2016 11:41:09 +0000 (11:41 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 24 Oct 2016 15:10:54 +0000 (16:10 +0100)
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>
sound/soc/intel/atom/sst/sst_acpi.c

index 4d31849712273712549f404c9773daef0860f186..748a0f68fc6cd38b0f8a3c0bc56e04f58d304264 100644 (file)
@@ -343,6 +343,7 @@ static const struct dmi_system_id cht_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
                },
        },
+       { }
 };