pinctrl: icelake: Code formatting fixes

Remove comma from terminator line to allow compiler fail
in case an entry has been put in a wrong place by any weird reason.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
Andy Shevchenko 2018-10-17 19:16:31 +03:00
parent 3d5d096ec9
commit 5c20a0227e
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static INTEL_PINCTRL_PM_OPS(icl_pinctrl_pm_ops);
static const struct acpi_device_id icl_pinctrl_acpi_match[] = {
{ "INT3455", (kernel_ulong_t)&icllp_soc_data },
{ },
{ }
};
MODULE_DEVICE_TABLE(acpi, icl_pinctrl_acpi_match);