usb: phy-keystone: Remove redundant of_match_ptr helper
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 21 Dec 2013 09:50:07 +0000 (15:20 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 23 Dec 2013 16:13:33 +0000 (10:13 -0600)
'keystone_usbphy_ids' is always compiled in. Hence the
helper macro is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-keystone.c

index 533db1284ce7284e8a219af030230a7100674e95..ee1d03b802e145507c9add86b8cccc61fe7cae69 100644 (file)
@@ -129,7 +129,7 @@ static struct platform_driver keystone_usbphy_driver = {
        .driver         = {
                .name   = "keystone-usbphy",
                .owner  = THIS_MODULE,
-               .of_match_table = of_match_ptr(keystone_usbphy_ids),
+               .of_match_table = keystone_usbphy_ids,
        },
 };
 
This page took 0.03178 seconds and 5 git commands to generate.