Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1506678
| From | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] ASoC: Intel: Atom: add terminate entry for dmi_system_id tables |
| Date | 2016-10-23 13:50 +0200 |
| Message-ID | <svprP-mD-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Wei Yongjun <weiyongjun1@huawei.com>
Make sure dmi_system_id tables are NULL terminated.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
sound/soc/intel/atom/sst/sst_acpi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ba5c0d7..0a88537 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -416,6 +416,7 @@ static const struct dmi_system_id cht_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
},
},
+ { }
};
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next] ASoC: Intel: Atom: add terminate entry for dmi_system_id tables Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-23 13:50 +0200 Applied "ASoC: Intel: Atom: add terminate entry for dmi_system_id tables" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-10-24 20:20 +0200
csiph-web