From: Hans de Goede Date: Mon, 30 Oct 2017 13:07:37 +0000 (+0100) Subject: platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d6fa71f1c003fb2bc824276bb424a4171f9a717f;p=linux.git platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table Add missing terminating entry to peaq_dmi_table. Fixes: 3b95206110a2 ("platform/x86: peaq-wmi: Add DMI check before ...") Cc: stable@vger.kernel.org Reported-by: Fengguang Wu Signed-off-by: Hans de Goede Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/peaq-wmi.c b/drivers/platform/x86/peaq-wmi.c index 67fa3fa32011d..2da48ecc90c12 100644 --- a/drivers/platform/x86/peaq-wmi.c +++ b/drivers/platform/x86/peaq-wmi.c @@ -73,6 +73,7 @@ static const struct dmi_system_id peaq_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "PEAQ PMM C1010 MD99187"), }, }, + {} }; static int __init peaq_wmi_init(void)