[PATCH] arm: mach-omap2: voltage: debugfs: fix memory leak

2011-01-28 Thread Aaro Koskinen
The temporary string holding the directory name to be created should be released. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com --- arch/arm/mach-omap2/voltage.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/voltage.c

Re: [PATCH] arm: mach-omap2: voltage: debugfs: fix memory leak

2011-01-28 Thread Kevin Hilman
Aaro Koskinen aaro.koski...@nokia.com writes: The temporary string holding the directory name to be created should be released. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com Thanks, queuing in pm-fixes for 2.6.38. Kevin --- arch/arm/mach-omap2/voltage.c |1 + 1 files