xhci: Add completion code to the debug ouput of unhandled transfer events
[deliverable/linux.git] / drivers / phy / phy-samsung-usb2.c
index 3732ca25e09fbf9f0b5eb20abfc2983f8bfe4556..4a12f66b7fb5f7d23febedd7da57048513608f3f 100644 (file)
@@ -202,8 +202,7 @@ static int samsung_usb2_phy_probe(struct platform_device *pdev)
                struct samsung_usb2_phy_instance *p = &drv->instances[i];
 
                dev_dbg(dev, "Creating phy \"%s\"\n", label);
-               p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops,
-                                        NULL);
+               p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops);
                if (IS_ERR(p->phy)) {
                        dev_err(drv->dev, "Failed to create usb2_phy \"%s\"\n",
                                label);
@@ -231,7 +230,6 @@ static struct platform_driver samsung_usb2_phy_driver = {
        .driver = {
                .of_match_table = samsung_usb2_phy_of_match,
                .name           = "samsung-usb2-phy",
-               .owner          = THIS_MODULE,
        }
 };
 
This page took 0.025354 seconds and 5 git commands to generate.