RE: [PATCH] cpufreq: exynos: Fix for memory leak in case SoC name does not match

2015-08-14 Thread Kukjin Kim
Rafael J. Wysocki wrote: > > On Saturday, August 08, 2015 04:36:34 PM Krzysztof Kozlowski wrote: > > W dniu 06.08.2015 o 09:23, Rafael J. Wysocki pisze: > > > On Tuesday, August 04, 2015 04:45:16 PM Kukjin Kim wrote: > > >> From: Shailendra Verma > > >> > > >> During probe free the memory allocat

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

2015-08-14 Thread Rafael J. Wysocki
On Saturday, August 08, 2015 04:36:34 PM Krzysztof Kozlowski wrote: > W dniu 06.08.2015 o 09:23, Rafael J. Wysocki pisze: > > On Tuesday, August 04, 2015 04:45:16 PM Kukjin Kim wrote: > >> From: Shailendra Verma > >> > >> During probe free the memory allocated to "exynos_info" in case of > >> unkn

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

2015-08-08 Thread Viresh Kumar
On 08-08-15, 16:36, Krzysztof Kozlowski wrote: > The cpufreq driver will be removed completely in v4.3 or v4.4 with > patchset adding cpufreq-dt support for Exynos 4x12. This means that this > patch makes sense only for 4.2 and as a stable backport (but it was not > marked as such). > > Anyone thi

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

2015-08-08 Thread Krzysztof Kozlowski
W dniu 06.08.2015 o 09:23, Rafael J. Wysocki pisze: > On Tuesday, August 04, 2015 04:45:16 PM Kukjin Kim wrote: >> From: Shailendra Verma >> >> During probe free the memory allocated to "exynos_info" in case of >> unknown SoC type. >> >> Signed-off-by: Shailendra Verma >> Acked-by: Viresh Kumar

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

2015-08-05 Thread Rafael J. Wysocki
On Tuesday, August 04, 2015 04:45:16 PM Kukjin Kim wrote: > From: Shailendra Verma > > During probe free the memory allocated to "exynos_info" in case of > unknown SoC type. > > Signed-off-by: Shailendra Verma > Acked-by: Viresh Kumar > Acked-by: Lukasz Majewski > [k.kozlowski: Rebased the pa