platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
authorHans de Goede <hdegoede@redhat.com>
Mon, 30 Oct 2017 13:07:37 +0000 (14:07 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 3 Nov 2017 11:32:09 +0000 (13:32 +0200)
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 <fengguang.wu@intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/peaq-wmi.c

index 67fa3fa..2da48ec 100644 (file)
@@ -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)