Re: Fw: [PATCH] Add the phy_device_release device method.

2007-12-01 Thread Jeff Garzik
Thierry, could you resend this patch to me? I do not seem to have an apply-able version of this patch anywhere. The copy DaveM forwarded to me had problems (though the technical content looks OK) Thanks, Jeff -- To unsubscribe from this list: send the line unsubscribe netdev in

[PATCH] Add the phy_device_release device method.

2007-11-13 Thread Thierry Reding
In cases where more than a single PHY is found on the MDIO bus, the kernel will print a warning that this method is missing for each PHY device that has not been attached to a networking device. --- drivers/net/phy/mdio_bus.c | 19 ++- 1 files changed, 18 insertions(+), 1