]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/phy.c
net: phy: fix data type of phy_id
[karo-tx-uboot.git] / drivers / net / phy / phy.c
index 444ca9c98e4e45f2e92f5a7a0090390a4b90539e..106f9b01505f8c999de5d733307a5d52eed09cd0 100644 (file)
@@ -642,7 +642,7 @@ static int phy_get_duplex(struct phy_device *phydev)
 }
 
 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr,
-                                           int phy_id,
+                                           u32 phy_id,
                                            phy_interface_t interface)
 {
        struct phy_device *dev;