summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-05-05 14:44:45 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-05-05 19:28:28 +0200
commit65fce35f73d2066b6e31e0ccdb07f9cc5a1a1374 (patch)
tree037b2324d2d796d0c9c6b13518b6c6243402329f
parentplatform/x86: touchscreen_dmi: add Vinga J116 touchscreen (diff)
downloadlinux-65fce35f73d2066b6e31e0ccdb07f9cc5a1a1374.tar.xz
linux-65fce35f73d2066b6e31e0ccdb07f9cc5a1a1374.zip
platform/x86: touchscreen_dmi: Drop comma in terminator line
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>
-rw-r--r--drivers/platform/x86/touchscreen_dmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
index 41c85c4f8912..87591cea127a 100644
--- a/drivers/platform/x86/touchscreen_dmi.c
+++ b/drivers/platform/x86/touchscreen_dmi.c
@@ -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;