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:
@@ -829,7 +829,7 @@ static const struct intel_pinctrl_soc_data cnllp_soc_data = {
|
|||||||
static const struct acpi_device_id cnl_pinctrl_acpi_match[] = {
|
static const struct acpi_device_id cnl_pinctrl_acpi_match[] = {
|
||||||
{ "INT3450", (kernel_ulong_t)&cnlh_soc_data },
|
{ "INT3450", (kernel_ulong_t)&cnlh_soc_data },
|
||||||
{ "INT34BB", (kernel_ulong_t)&cnllp_soc_data },
|
{ "INT34BB", (kernel_ulong_t)&cnllp_soc_data },
|
||||||
{ },
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match);
|
MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user