]> git.sur5r.net Git - u-boot/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)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 11 Aug 2015 18:47:15 +0000 (13:47 -0500)
commit2c171a2a5fc0865501a2e5043e9728036dac6dc3
tree6109897dc1da53ae5ab034ec1d6511e8609bc648
parent466f775e02bcde5ea7454cd73ecf1a0f79275a30
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