Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-06-09 Thread Lukasz Majewski
Hi Rafael, On Monday, June 08, 2015 10:31:00 AM Lukasz Majewski wrote: Hi Viresh, On 25-05-15, 07:39, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com

Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-06-09 Thread Krzysztof Kozlowski
On 09.06.2015 16:07, Lukasz Majewski wrote: Hi Rafael, On Monday, June 08, 2015 10:31:00 AM Lukasz Majewski wrote: Hi Viresh, On 25-05-15, 07:39, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma

Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-06-08 Thread Rafael J. Wysocki
On Monday, June 08, 2015 10:31:00 AM Lukasz Majewski wrote: Hi Viresh, On 25-05-15, 07:39, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com ---

Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-06-08 Thread Lukasz Majewski
Hi Viresh, On 25-05-15, 07:39, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/cpufreq/exynos-cpufreq.c |6 -- 1 file changed, 4

Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-05-25 Thread Viresh Kumar
On 25-05-15, 07:39, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/cpufreq/exynos-cpufreq.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

Re: [PATCH] cpufreq:exynos-cpufreq - Fix for memory leak in case SOC name does not match.

2015-05-21 Thread Viresh Kumar
On 21-05-15, 23:59, Shailendra Verma wrote: During probe free the memory allocated to exynos_info in case of unknown SOC type. Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/cpufreq/exynos-cpufreq.c |1 + 1 file changed, 1 insertion(+) diff --git