Skip to content

Commit e87daf0

Browse files
committed
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Since we dependent on ACPI, there is no need to use ACPI_PTR() which is a no-op in this case. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]>
1 parent e359a6f commit e87daf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/pinctrl/intel/pinctrl-baytrail.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,9 +1757,8 @@ static struct platform_driver byt_gpio_driver = {
17571757
.driver = {
17581758
.name = "byt_gpio",
17591759
.pm = &byt_gpio_pm_ops,
1760+
.acpi_match_table = byt_gpio_acpi_match,
17601761
.suppress_bind_attrs = true,
1761-
1762-
.acpi_match_table = ACPI_PTR(byt_gpio_acpi_match),
17631762
},
17641763
};
17651764

0 commit comments

Comments
 (0)