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 4d31849..748a0f6 100644 (file)
@@ -343,6 +343,7 @@ static const struct dmi_system_id cht_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
                },
        },
+       { }
 };