Re: linux-next: build warning after merge of the drivers-x86 tree

2021-02-04 Thread Andy Shevchenko
On Thu, Feb 04, 2021 at 08:38:40AM +0100, Hans de Goede wrote: > Hi Stephen, Andy, > > On 2/4/21 6:13 AM, Stephen Rothwell wrote: > > Hi all, > > > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > drivers/platform/x86/intel_s

Re: linux-next: build warning after merge of the drivers-x86 tree

2021-02-03 Thread Hans de Goede
Hi Stephen, Andy, On 2/4/21 6:13 AM, Stephen Rothwell wrote: > Hi all, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/platform/x86/intel_scu_wdt.c: In function 'register_mid_wdt': > drivers/platform/x86/intel_scu_wdt.c:

linux-next: build warning after merge of the drivers-x86 tree

2021-02-03 Thread Stephen Rothwell
Hi all, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/platform/x86/intel_scu_wdt.c: In function 'register_mid_wdt': drivers/platform/x86/intel_scu_wdt.c:66:28: warning: assignment discards 'const' qualifier from pointer target t

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-06-30 Thread Darren Hart
On Fri, Jun 30, 2017 at 02:00:54PM +1000, Stephen Rothwell wrote: > Hi Darren, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/platform/x86/sony-laptop.c: In function 'sony_laptop_setup_input': > drivers/platform/x86/sony

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-06-29 Thread Arvind Yadav
Hi, I have push one more patch which does not have this warning. please avoid my first patch. Thanks ~ arvind On Friday 30 June 2017 09:30 AM, Stephen Rothwell wrote: Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: driv

linux-next: build warning after merge of the drivers-x86 tree

2017-06-29 Thread Stephen Rothwell
Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/platform/x86/sony-laptop.c: In function 'sony_laptop_setup_input': drivers/platform/x86/sony-laptop.c:494:19: warning: assignment discards 'const' qualifier from pointer t

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-26 Thread Andy Shevchenko
On Fri, May 26, 2017 at 12:07 PM, Stephen Rothwell wrote: > Hi Andy, > > On Fri, 26 May 2017 12:04:47 +0300 Andy Shevchenko > wrote: >> >> On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell >> wrote: >> > On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann wrote: >> >> >> >> Andy wrote that he

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-26 Thread Andy Shevchenko
On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell wrote: > On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann wrote: >> >> Andy wrote that he committed an updated patch on May 23. The git tree >> at >> git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next >> appears to cur

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-26 Thread Stephen Rothwell
Hi Andy, On Fri, 26 May 2017 12:04:47 +0300 Andy Shevchenko wrote: > > On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell > wrote: > > On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann wrote: > >> > >> Andy wrote that he committed an updated patch on May 23. The git tree > >> at > >> git://

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-26 Thread Stephen Rothwell
Hi Arnd, On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann wrote: > > Andy wrote that he committed an updated patch on May 23. The git tree > at > git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next > appears to currently contain an older state from May 15. So just not p

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-26 Thread Arnd Bergmann
On Fri, May 26, 2017 at 1:34 AM, Stephen Rothwell wrote: > On Mon, 22 May 2017 21:03:06 +0300 Andy Shevchenko > wrote: >> On Sat, May 20, 2017 at 1:09 AM, Darren Hart wrote: >> > On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote: >> >> >> >> After merging the drivers-x86 tree, to

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-25 Thread Stephen Rothwell
Hi Andy, On Mon, 22 May 2017 21:03:06 +0300 Andy Shevchenko wrote: > > On Sat, May 20, 2017 at 1:09 AM, Darren Hart wrote: > > On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote: > >> > >> After merging the drivers-x86 tree, today's linux-next build (x86_64 > >> allmodconfig) pr

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-22 Thread Andy Shevchenko
On Sat, May 20, 2017 at 1:09 AM, Darren Hart wrote: > On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote: >> Hi Darren, >> >> After merging the drivers-x86 tree, today's linux-next build (x86_64 >> allmodconfig) produced this warning: >> >> drivers/platform/x86/ideapad-laptop.c:438:1

Re: linux-next: build warning after merge of the drivers-x86 tree

2017-05-19 Thread Darren Hart
On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote: > Hi Darren, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/platform/x86/ideapad-laptop.c:438:16: warning: 'touchpad_store' > defined but not used [-Wunu

linux-next: build warning after merge of the drivers-x86 tree

2017-05-18 Thread Stephen Rothwell
Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/platform/x86/ideapad-laptop.c:438:16: warning: 'touchpad_store' defined but not used [-Wunused-function] static ssize_t touchpad_store(struct device *dev,

Re: linux-next: build warning after merge of the drivers-x86 tree

2016-12-14 Thread Darren Hart
On Thu, Dec 15, 2016 at 11:02:19AM +1100, Stephen Rothwell wrote: > Hi Darren, > > On Wed, 14 Dec 2016 14:59:14 -0800 Darren Hart wrote: > > > > On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote: > > > On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote: > > > > > > > >

Re: linux-next: build warning after merge of the drivers-x86 tree

2016-12-14 Thread Stephen Rothwell
Hi Darren, On Wed, 14 Dec 2016 14:59:14 -0800 Darren Hart wrote: > > On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote: > > On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote: > > > > > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > > > allmodc

Re: linux-next: build warning after merge of the drivers-x86 tree

2016-12-14 Thread Darren Hart
On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote: > On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote: > > Hi Darren, > > > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > In file included from inclu

Re: linux-next: build warning after merge of the drivers-x86 tree

2016-12-14 Thread Darren Hart
On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote: > Hi Darren, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > In file included from include/linux/kernel.h:13:0, > from drivers/platform/x86/thinkp

linux-next: build warning after merge of the drivers-x86 tree

2016-12-13 Thread Stephen Rothwell
Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/kernel.h:13:0, from drivers/platform/x86/thinkpad_acpi.c:52: drivers/platform/x86/thinkpad_acpi.c: In function 'hotkey_init': i