usb: phy: am335x-control: check return value of bus_find_device
[cascardo/linux.git] / drivers / usb / musb / blackfin.c
index 1782501..6123b74 100644 (file)
@@ -608,7 +608,7 @@ static SIMPLE_DEV_PM_OPS(bfin_pm_ops, bfin_suspend, bfin_resume);
 
 static struct platform_driver bfin_driver = {
        .probe          = bfin_probe,
-       .remove         = __exit_p(bfin_remove),
+       .remove         = bfin_remove,
        .driver         = {
                .name   = "musb-blackfin",
                .pm     = &bfin_pm_ops,