Re: [PATCH] thermal: solve compilation errors in rcar_thermal

2012-10-31 Thread Fengguang Wu
On Tue, Oct 30, 2012 at 08:21:09PM -0700, Kuninori Morimoto wrote: > > Hi Zhang, Andrew > > This patch is needed on latest linus/master branch. > Please re-check this patch. Rui, it'd be better to send Andrew a finalized patch with your Acked-by or Signed-off-by (because you passed it on), after

RE: [PATCH] thermal: solve compilation errors in rcar_thermal

2012-10-31 Thread Zhang, Rui
To: Zhang, Rui > Cc: Andrew Morton; linux-kernel@vger.kernel.org; Wu, Fengguang; > Devendra Naga > Subject: [PATCH] thermal: solve compilation errors in rcar_thermal > Importance: High > > From: Devendra Naga > > following were the errors reported > >

[PATCH] thermal: solve compilation errors in rcar_thermal

2012-10-31 Thread Kuninori Morimoto
From: Devendra Naga following were the errors reported drivers/thermal/rcar_thermal.c: In function ‘rcar_thermal_probe’: drivers/thermal/rcar_thermal.c:214:10: warning: passing argument 3 of ‘thermal_zone_device_register’ makes integer from pointer without a cast [enabled by default] include/l

RE: [PATCH] thermal: solve compilation errors in rcar_thermal

2012-10-30 Thread Zhang, Rui
w Morton; Zhang, Rui; linux-kernel@vger.kernel.org > Cc: Wu, Fengguang > Subject: Re: [PATCH] thermal: solve compilation errors in rcar_thermal > Importance: High > > > Hi Zhang, Andrew > > This patch is needed on latest linus/master branch. > Please re-check this p

Re: [PATCH] thermal: solve compilation errors in rcar_thermal

2012-10-30 Thread Kuninori Morimoto
Hi Zhang, Andrew This patch is needed on latest linus/master branch. Please re-check this patch. And, similar patch was added on linux-next/master branch b5da4e6d5603633835a1da267e0e699eea66f317 (Thermal: Pass zone parameters as argument to tzd_register) but it seems wrong (?) At Tue, 21 Aug 20

Re: [PATCH] thermal: solve compilation errors in rcar_thermal

2012-08-27 Thread Kuninori Morimoto
Hi > following were the errors reported > > drivers/thermal/rcar_thermal.c: In function ‘rcar_thermal_probe’: > drivers/thermal/rcar_thermal.c:214:10: warning: passing argument 3 of > ‘thermal_zone_device_register’ makes integer from pointer without a cast > [enabled by default] > include/linu

[PATCH] thermal: solve compilation errors in rcar_thermal

2012-08-21 Thread Devendra Naga
following were the errors reported drivers/thermal/rcar_thermal.c: In function ‘rcar_thermal_probe’: drivers/thermal/rcar_thermal.c:214:10: warning: passing argument 3 of ‘thermal_zone_device_register’ makes integer from pointer without a cast [enabled by default] include/linux/thermal.h:166:29: