diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-10-17 12:16:31 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-11-08 10:16:41 -0500 |
commit | 3d5d096ec9c41e1d9f10702eb37a372afb3cbf6c (patch) | |
tree | 42889bd8880f49bb5ad61d8b416e8b379469e11c /drivers/pinctrl/intel | |
parent | 64639558376d1d8fae0e0679a9a9d7c0bb2887d1 (diff) |
pinctrl: cannonlake: 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>
Diffstat (limited to 'drivers/pinctrl/intel')
-rw-r--r-- | drivers/pinctrl/intel/pinctrl-cannonlake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/intel/pinctrl-cannonlake.c b/drivers/pinctrl/intel/pinctrl-cannonlake.c index 42a5c0b51937..08024b065033 100644 --- a/drivers/pinctrl/intel/pinctrl-cannonlake.c +++ b/drivers/pinctrl/intel/pinctrl-cannonlake.c | |||
@@ -829,7 +829,7 @@ static const struct intel_pinctrl_soc_data cnllp_soc_data = { | |||
829 | static const struct acpi_device_id cnl_pinctrl_acpi_match[] = { | 829 | static const struct acpi_device_id cnl_pinctrl_acpi_match[] = { |
830 | { "INT3450", (kernel_ulong_t)&cnlh_soc_data }, | 830 | { "INT3450", (kernel_ulong_t)&cnlh_soc_data }, |
831 | { "INT34BB", (kernel_ulong_t)&cnllp_soc_data }, | 831 | { "INT34BB", (kernel_ulong_t)&cnllp_soc_data }, |
832 | { }, | 832 | { } |
833 | }; | 833 | }; |
834 | MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match); | 834 | MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match); |
835 | 835 | ||