Skip to content

Commit e359a6f

Browse files
committed
pinctrl: lynxpoint: 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 0472567 commit e359a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-lynxpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ static struct platform_driver lp_gpio_driver = {
959959
.driver = {
960960
.name = "lp_gpio",
961961
.pm = &lp_gpio_pm_ops,
962-
.acpi_match_table = ACPI_PTR(lynxpoint_gpio_acpi_match),
962+
.acpi_match_table = lynxpoint_gpio_acpi_match,
963963
},
964964
};
965965

0 commit comments

Comments
 (0)