Re: [PATCH] net: phy: realtek: register/unregister multiple drivers properly

2014-06-11 Thread David Miller
From: Jongsung Kim Date: Tue, 10 Jun 2014 12:50:12 +0900 > Using phy_drivers_register/_unregister functions is proper way to > handle multiple PHY drivers registration. For Realtek PHY drivers > module, it fixes incomplete current error-handlings up and adds > missed unregistration for the

Re: [PATCH] net: phy: realtek: register/unregister multiple drivers properly

2014-06-11 Thread David Miller
From: Jongsung Kim neidhard@lge.com Date: Tue, 10 Jun 2014 12:50:12 +0900 Using phy_drivers_register/_unregister functions is proper way to handle multiple PHY drivers registration. For Realtek PHY drivers module, it fixes incomplete current error-handlings up and adds missed

[PATCH] net: phy: realtek: register/unregister multiple drivers properly

2014-06-09 Thread Jongsung Kim
Using phy_drivers_register/_unregister functions is proper way to handle multiple PHY drivers registration. For Realtek PHY drivers module, it fixes incomplete current error-handlings up and adds missed unregistration for the RTL8201CP driver. Signed-off-by: Jongsung Kim ---

[PATCH] net: phy: realtek: register/unregister multiple drivers properly

2014-06-09 Thread Jongsung Kim
Using phy_drivers_register/_unregister functions is proper way to handle multiple PHY drivers registration. For Realtek PHY drivers module, it fixes incomplete current error-handlings up and adds missed unregistration for the RTL8201CP driver. Signed-off-by: Jongsung Kim neidhard@lge.com ---