summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorHans de Goede2017-10-30 14:07:37 +0100
committerAndy Shevchenko2017-11-03 12:32:09 +0100
commitd6fa71f1c003fb2bc824276bb424a4171f9a717f (patch)
tree6a81ff11de4010b053d5f48539e1c3f28ab9ab3b /drivers/platform
parentplatform/x86: ideapad-laptop: Add Lenovo Yoga 920-13IKB to no_hw_rfkill dmi list (diff)
downloadkernel-qcow2-linux-d6fa71f1c003fb2bc824276bb424a4171f9a717f.tar.gz
kernel-qcow2-linux-d6fa71f1c003fb2bc824276bb424a4171f9a717f.tar.xz
kernel-qcow2-linux-d6fa71f1c003fb2bc824276bb424a4171f9a717f.zip
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 <fengguang.wu@intel.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/peaq-wmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/peaq-wmi.c b/drivers/platform/x86/peaq-wmi.c
index 67fa3fa32011..2da48ecc90c1 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)