Skip to content

Commit

Permalink
platform/x86: touchscreen_dmi: Drop comma in terminator line
Browse files Browse the repository at this point in the history
There is no need to have comma in terminator line. This will help
to find a potentially broken entries, due to placing after it,
during compilation time.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Andy Shevchenko committed May 5, 2020
1 parent 06b2ee0 commit 65fce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/touchscreen_dmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Y8W81"),
},
},
{ },
{ }
};

static const struct ts_dmi_data *ts_data;
Expand Down

0 comments on commit 65fce35

Please sign in to comment.