projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3474e2
)
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
author
Wei Yongjun
<weiyongjun1@huawei.com>
Sun, 23 Oct 2016 11:41:09 +0000
(11:41 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/atom/sst/sst_acpi.c
b/sound/soc/intel/atom/sst/sst_acpi.c
index 4d31849712273712549f404c9773daef0860f186..748a0f68fc6cd38b0f8a3c0bc56e04f58d304264 100644
(file)
--- 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"),
},
},
+ { }
};