Re: [PATCH 1/1] drivers: phy: Fix memory leak

2013-10-31 Thread Sachin Kamat
On 31 October 2013 14:16, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 25 October 2013 10:56 AM, Sachin Kamat wrote: >> 'phy' was not being freed upon error in one of the cases. >> Adjust the 'goto's to fix this. > > This patch looks good. I'll send this once -rc1 is tagged? Sure. Thanks. -

Re: [PATCH 1/1] drivers: phy: Fix memory leak

2013-10-31 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 10:56 AM, Sachin Kamat wrote: > 'phy' was not being freed upon error in one of the cases. > Adjust the 'goto's to fix this. This patch looks good. I'll send this once -rc1 is tagged? Thanks Kishon > > Signed-off-by: Sachin Kamat > --- > drivers/phy/phy-core.c |

[PATCH 1/1] drivers: phy: Fix memory leak

2013-10-24 Thread Sachin Kamat
'phy' was not being freed upon error in one of the cases. Adjust the 'goto's to fix this. Signed-off-by: Sachin Kamat --- drivers/phy/phy-core.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c index 03cf8fb..712b358