Re: [PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-19 Thread Eduardo Valentin
On 19-06-2013 18:54, Eduardo Valentin wrote: > On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >> This patch removes the error return in the bind/unbind routine >> as the platform may not register any cpufreq cooling data. >> >> Acked-by: Kukjin Kim >> Acked-by: Jonghwa Lee >> Signed-off-by:

Re: [PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, Amit Daniel Kachhap wrote: > This patch removes the error return in the bind/unbind routine > as the platform may not register any cpufreq cooling data. > > Acked-by: Kukjin Kim > Acked-by: Jonghwa Lee > Signed-off-by: Amit Daniel Kachhap > --- >

Re: [PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch removes the error return in the bind/unbind routine as the platform may not register any cpufreq cooling data. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee jonghwa3@samsung.com Signed-off-by: Amit Daniel

Re: [PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-19 Thread Eduardo Valentin
On 19-06-2013 18:54, Eduardo Valentin wrote: On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch removes the error return in the bind/unbind routine as the platform may not register any cpufreq cooling data. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee

[PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-17 Thread Amit Daniel Kachhap
This patch removes the error return in the bind/unbind routine as the platform may not register any cpufreq cooling data. Acked-by: Kukjin Kim Acked-by: Jonghwa Lee Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/exynos_thermal_common.c |4 ++-- 1 files changed, 2

[PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied

2013-06-17 Thread Amit Daniel Kachhap
This patch removes the error return in the bind/unbind routine as the platform may not register any cpufreq cooling data. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee jonghwa3@samsung.com Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---