]> Git Repo - linux.git/commitdiff
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
authorWei Yongjun <[email protected]>
Sun, 23 Oct 2016 11:41:09 +0000 (11:41 +0000)
committerMark Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
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"),
                },
        },
+       { }
 };
 
 
This page took 0.062654 seconds and 4 git commands to generate.