]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
net: phy: fix data type of phy_id
authorJörg Krause <joerg.krause@embedded.rocks>
Wed, 15 Jul 2015 12:58:49 +0000 (14:58 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:42 +0000 (08:17 +0200)
commitaa42a916c424d628db7b4b43f4f9a82a326b9471
treeb3f358a0f2fbeca83375c5807528db0a65028336
parent1374ca38285b7b6b34724706504e289e839f1201
net: phy: fix data type of phy_id

phy_id is declared as u32 in create_phy_by_mask and in struct phy_device.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
drivers/net/phy/phy.c