[PATCH] OMAP: Fix Memory Leaks in Smartreflex driver

2011-02-15 Thread Shweta Gulati
This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/mach-omap2/smartreflex.c | 18 -- 1 files changed, 12

Re: [PATCH] OMAP: Fix Memory Leaks in Smartreflex driver

2011-02-15 Thread Kevin Hilman
Shweta Gulati shweta.gul...@ti.com writes: This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com Cc: linux-arm-ker...@lists.infradead.org Thanks, queuing as a fix for 2.6.38-rc

Re: [PATCH] OMAP: Fix Memory Leaks in Smartreflex driver.

2011-02-14 Thread Gulati, Shweta
Any comments on this Patch?? On Tue, Feb 8, 2011 at 5:22 PM, Shweta Gulati shweta.gul...@ti.com wrote: This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com ---  

Re: [PATCH] OMAP: Fix Memory Leaks in Smartreflex driver.

2011-02-14 Thread Kevin Hilman
Shweta Gulati shweta.gul...@ti.com writes: This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com Looks fine for 2.6.38-rc cycle. Please repost with linux-arm-kernel in Cc, and

[PATCH] OMAP: Fix Memory Leaks in Smartreflex driver.

2011-02-08 Thread Shweta Gulati
This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com --- arch/arm/mach-omap2/smartreflex.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git