
27 Jun
2011
27 Jun
'11
9:29 p.m.
On Monday, June 27, 2011 03:22:03 helmut.raiger@hale.at wrote:
From: Helmut Raiger helmut.raiger@hale.at
The driver already had the MII functions, but they have not been registered using miiphy_register().
missing signed-off-by tag
+static int mii_phy_read(char *devname, u8 phy, u8 reg, u16 *val)
this name is already in common name space in mii_phy.h. all driver funcs really should be prefixed anyways. so perhaps: smc911x_mii_phy_read -mike