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>
This commit is contained in:
parent
6463955837
commit
3d5d096ec9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue