pinctrl: cannonlake: Code formatting fixes
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 17 Oct 2018 16:16:31 +0000 (19:16 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:16:41 +0000 (17:16 +0200)
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>
drivers/pinctrl/intel/pinctrl-cannonlake.c

index 42a5c0b..08024b0 100644 (file)
@@ -829,7 +829,7 @@ static const struct intel_pinctrl_soc_data cnllp_soc_data = {
 static const struct acpi_device_id cnl_pinctrl_acpi_match[] = {
        { "INT3450", (kernel_ulong_t)&cnlh_soc_data },
        { "INT34BB", (kernel_ulong_t)&cnllp_soc_data },
-       { },
+       { }
 };
 MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match);