Re: [PATCH][RESEND] PHY: Add the phy_device_release device method.

2007-12-04 Thread Jeff Garzik
Anton Vorontsov wrote: On Tue, Dec 04, 2007 at 08:38:47AM +0100, Thierry Reding wrote: * Andrew Morton wrote: On Mon, 3 Dec 2007 09:35:11 +0100 Thierry Reding <[EMAIL PROTECTED]> wrote: [...] I've been sitting on ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc3/2.6.24

Re: [PATCH][RESEND] PHY: Add the phy_device_release device method.

2007-12-04 Thread Anton Vorontsov
On Tue, Dec 04, 2007 at 08:38:47AM +0100, Thierry Reding wrote: > * Andrew Morton wrote: > > On Mon, 3 Dec 2007 09:35:11 +0100 Thierry Reding <[EMAIL PROTECTED]> wrote: > > [...] > > I've been sitting on > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc3/2.6.24-rc3-mm2/br

Re: [PATCH][RESEND] PHY: Add the phy_device_release device method.

2007-12-03 Thread Thierry Reding
* Andrew Morton wrote: > On Mon, 3 Dec 2007 09:35:11 +0100 Thierry Reding <[EMAIL PROTECTED]> wrote: > > > 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 > > is not attached to a networking de

Re: [PATCH][RESEND] PHY: Add the phy_device_release device method.

2007-12-03 Thread Andrew Morton
On Mon, 3 Dec 2007 09:35:11 +0100 Thierry Reding <[EMAIL PROTECTED]> wrote: > 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 > is not attached to a networking device. > > Signed-off-by: Thierry

[PATCH][RESEND] PHY: Add the phy_device_release device method.

2007-12-03 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 is not attached to a networking device. Signed-off-by: Thierry Reding <[EMAIL PROTECTED]> --- drivers/net/phy/mdio_bus.c | 19 ++-