]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-exynos-mipi-video.c
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / phy / phy-exynos-mipi-video.c
index b55a92e1249626ba7fc2aad781bd8a82ac169069..943e0f88a120b25cda56e5ec523652e0a991f35a 100644 (file)
@@ -137,7 +137,7 @@ static int exynos_mipi_video_phy_probe(struct platform_device *pdev)
 
        for (i = 0; i < EXYNOS_MIPI_PHYS_NUM; i++) {
                struct phy *phy = devm_phy_create(dev, NULL,
-                                       &exynos_mipi_video_phy_ops, NULL);
+                                                 &exynos_mipi_video_phy_ops);
                if (IS_ERR(phy)) {
                        dev_err(dev, "failed to create PHY %d\n", i);
                        return PTR_ERR(phy);
@@ -165,7 +165,6 @@ static struct platform_driver exynos_mipi_video_phy_driver = {
        .driver = {
                .of_match_table = exynos_mipi_video_phy_of_match,
                .name  = "exynos-mipi-video-phy",
-               .owner = THIS_MODULE,
        }
 };
 module_platform_driver(exynos_mipi_video_phy_driver);