Re: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-18 Thread Sergei Shtylyov
Hello. On 04/16/2014 06:16 AM, Guenter Roeck wrote: This simplifies error path and deinit/removal functions. Signed-off-by: Guenter Roeck --- drivers/net/phy/mdio-gpio.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/drivers/net/phy/mdio-gpio

Re: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-16 Thread Guenter Roeck
On Wed, Apr 16, 2014 at 06:50:56PM +, Chris Healy wrote: > OK, I just sent it. Hopefully, I didn't mess it up again! > > Do I need to do the same for 2/3 and 3/3? Hi Chris, David just sent an e-mail that he accepted the series, so the answer is no. Guenter -- To unsubscribe from this list:

RE: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-16 Thread Chris Healy
On Tue, Apr 15, 2014 at 07:16:40PM -0700, Guenter Roeck wrote: > This simplifies error path and deinit/removal functions. > > Signed-off-by: Guenter Roeck Tested-by: Chris Healy This email and any files transmitted with it are confidential & proprietary to Sy

RE: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-16 Thread Chris Healy
l.org Subject: RE: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible On Tue, Apr 15, 2014 at 07:16:40PM -0700, Guenter Roeck wrote: > This simplifies error path and deinit/removal functions. > > Signed-off-by: Guenter Roeck Tested-by: Chris Healy _

Re: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-15 Thread David Miller
From: Chris Healy Date: Wed, 16 Apr 2014 02:50:08 + > This simplifies error path and deinit/removal functions. > > Signed-off-by: Guenter Roeck > Tested-by: Chris Healy This isn't the way to add a Tested-by: tag of your own if that is what you're trying to do. The proper way is to reply

RE: [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

2014-04-15 Thread Chris Healy
This simplifies error path and deinit/removal functions. Signed-off-by: Guenter Roeck Tested-by: Chris Healy --- drivers/net/phy/mdio-gpio.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/drivers/net/phy/mdio-gpio.c b/drivers/net/phy/mdio-gpio.c index