提交 65fce35f 编写于 作者: A Andy Shevchenko

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: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 06b2ee07
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册