phy-sun4i-usb: Change disconnect threshold value for sun6i
[firefly-linux-kernel-4.4.55.git] / drivers / phy / phy-exynos5250-sata.c
index 19a679aca4acbe9ea4556fb104fe8958c1cf449a..bc858cc800a12bbbedad8bf18586cd9d9ee1ef78 100644 (file)
@@ -210,7 +210,7 @@ static int exynos_sata_phy_probe(struct platform_device *pdev)
                return ret;
        }
 
-       sata_phy->phy = devm_phy_create(dev, NULL, &exynos_sata_phy_ops, NULL);
+       sata_phy->phy = devm_phy_create(dev, NULL, &exynos_sata_phy_ops);
        if (IS_ERR(sata_phy->phy)) {
                clk_disable_unprepare(sata_phy->phyclk);
                dev_err(dev, "failed to create PHY\n");
@@ -240,7 +240,6 @@ static struct platform_driver exynos_sata_phy_driver = {
        .driver = {
                .of_match_table = exynos_sata_phy_of_match,
                .name  = "samsung,sata-phy",
-               .owner = THIS_MODULE,
        }
 };
 module_platform_driver(exynos_sata_phy_driver);