summaryrefslogtreecommitdiff
path: root/drivers/phy/marvell/phy-pxa-28nm-usb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/marvell/phy-pxa-28nm-usb2.c')
-rw-r--r--drivers/phy/marvell/phy-pxa-28nm-usb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/marvell/phy-pxa-28nm-usb2.c b/drivers/phy/marvell/phy-pxa-28nm-usb2.c
index 0b390b9d2ae1..1b2107f80f3a 100644
--- a/drivers/phy/marvell/phy-pxa-28nm-usb2.c
+++ b/drivers/phy/marvell/phy-pxa-28nm-usb2.c
@@ -331,7 +331,7 @@ static struct platform_driver mv_usb2_phy_driver = {
.probe = mv_usb2_phy_probe,
.driver = {
.name = "mv-usb2-phy",
- .of_match_table = of_match_ptr(mv_usbphy_dt_match),
+ .of_match_table = mv_usbphy_dt_match,
},
};
module_platform_driver(mv_usb2_phy_driver);