Skip to content

Commit

Permalink
platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
Browse files Browse the repository at this point in the history
Add missing terminating entry to peaq_dmi_table.

Fixes: 3b95206 ("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>
  • Loading branch information
Hans de Goede authored and Andy Shevchenko committed Nov 3, 2017
1 parent b231669 commit d6fa71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/platform/x86/peaq-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d6fa71f

Please sign in to comment.