On Monday, June 27, 2011 03:22:03 [email protected] wrote: > From: Helmut Raiger <[email protected]> > > 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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

