From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Javi Merino" Subject: Re: [PATCH] thermal: Add missing cpumask_clear Date: Tue, 8 Jul 2014 14:56:14 +0100 Message-ID: <20140708135613.GD2796@e104805> References: <000001cf9771$e2f465c0$a8dd3140$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from service87.mimecast.com ([91.220.42.44]:59171 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbaGHN4U convert rfc822-to-8bit (ORCPT ); Tue, 8 Jul 2014 09:56:20 -0400 In-Reply-To: <000001cf9771$e2f465c0$a8dd3140$@samsung.com> Content-Disposition: inline Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Jonghwan Choi Cc: "linux-samsung-soc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , 'Eduardo Valentin' , 'Jonghwa Lee' , 'Kukjin Kim' , 'Naveen Krishna Chatradhi' , 'Lukasz Majewski' On Fri, Jul 04, 2014 at 11:22:40AM +0100, Jonghwan Choi wrote: > Cpumasks should be cleared before using. > > Signed-off-by: Jonghwan Choi > --- > drivers/thermal/db8500_cpufreq_cooling.c | 1 + > drivers/thermal/imx_thermal.c | 1 + > drivers/thermal/samsung/exynos_thermal_common.c | 1 + > 3 files changed, 3 insertions(+) Reviewed-by: Javi Merino You should send this patch to linux-pm, I think it should go via the thermal tree. Cheers, Javi From mboxrd@z Thu Jan 1 00:00:00 1970 From: javi.merino@arm.com (Javi Merino) Date: Tue, 8 Jul 2014 14:56:14 +0100 Subject: [PATCH] thermal: Add missing cpumask_clear In-Reply-To: <000001cf9771$e2f465c0$a8dd3140$@samsung.com> References: <000001cf9771$e2f465c0$a8dd3140$@samsung.com> Message-ID: <20140708135613.GD2796@e104805> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jul 04, 2014 at 11:22:40AM +0100, Jonghwan Choi wrote: > Cpumasks should be cleared before using. > > Signed-off-by: Jonghwan Choi > --- > drivers/thermal/db8500_cpufreq_cooling.c | 1 + > drivers/thermal/imx_thermal.c | 1 + > drivers/thermal/samsung/exynos_thermal_common.c | 1 + > 3 files changed, 3 insertions(+) Reviewed-by: Javi Merino You should send this patch to linux-pm, I think it should go via the thermal tree. Cheers, Javi