Re: linux-next: build warning after merge of the driver-core tree

2020-09-09 Thread Greg KH
On Wed, Sep 09, 2020 at 05:23:17PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the driver-core tree, today's linux-next build produced > this warning: > > drivers/mmc/host/davinci_mmc.c: In function 'davinci_mmcsd_probe': > drivers/mmc/host/davinci_mmc.c:1243:4: warning: ignoring r

linux-next: build warning after merge of the driver-core tree

2020-09-09 Thread Stephen Rothwell
Hi all, After merging the driver-core tree, today's linux-next build produced this warning: drivers/mmc/host/davinci_mmc.c: In function 'davinci_mmcsd_probe': drivers/mmc/host/davinci_mmc.c:1243:4: warning: ignoring return value of 'dev_err_probe' declared with attribute 'warn_unused_result' [-W

Re: linux-next: build warning after merge of the driver-core tree

2019-08-05 Thread Saravana Kannan
On Sun, Aug 4, 2019 at 9:56 PM Stephen Rothwell wrote: > > Hi all, > > On Mon, 5 Aug 2019 13:04:03 +1000 Stephen Rothwell > wrote: > > > > After merging the driver-core tree, today's linux-next build (powerpc > > ppc64_defconfig) produced this warning: > > > > drivers/of/platform.c:674:12: warni

Re: linux-next: build warning after merge of the driver-core tree

2019-08-04 Thread Stephen Rothwell
Hi all, On Mon, 5 Aug 2019 13:04:03 +1000 Stephen Rothwell wrote: > > After merging the driver-core tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > drivers/of/platform.c:674:12: warning: 'of_link_to_suppliers' defined but not > used [-Wunused-function] >

linux-next: build warning after merge of the driver-core tree

2019-08-04 Thread Stephen Rothwell
Hi all, After merging the driver-core tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/of/platform.c:674:12: warning: 'of_link_to_suppliers' defined but not used [-Wunused-function] static int of_link_to_suppliers(struct device *dev) ^~

Re: linux-next: build warning after merge of the driver-core tree

2019-07-31 Thread Greg KH
On Thu, Aug 01, 2019 at 03:05:37PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the driver-core tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/i2c/i2c-core-acpi.c:347:12: warning: 'i2c_acpi_find_match_adapter' > defined but not used [-Wunu

linux-next: build warning after merge of the driver-core tree

2019-07-31 Thread Stephen Rothwell
Hi all, After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/i2c/i2c-core-acpi.c:347:12: warning: 'i2c_acpi_find_match_adapter' defined but not used [-Wunused-function] static int i2c_acpi_find_match_adapter(struct device *dev, const

Re: linux-next: build warning after merge of the driver-core tree

2019-07-04 Thread Greg KH
On Thu, Jul 04, 2019 at 04:24:35PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the driver-core tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debugfs_init': > fs/orangefs/orangefs-debugfs.c:193

Re: linux-next: build warning after merge of the driver-core tree

2019-07-03 Thread Greg KH
On Thu, Jul 04, 2019 at 04:17:30PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the driver-core tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > fs/ubifs/debug.c: In function 'dbg_debugfs_init_fs': > fs/ubifs/debug.c:2812:6: warning: unused variab

linux-next: build warning after merge of the driver-core tree

2019-07-03 Thread Stephen Rothwell
Hi all, After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) produced this warning: fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debugfs_init': fs/orangefs/orangefs-debugfs.c:193:1: warning: label 'out' defined but not used [-Wunused-label] out: ^~~ fs/or

linux-next: build warning after merge of the driver-core tree

2019-07-03 Thread Stephen Rothwell
Hi all, After merging the driver-core tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: fs/ubifs/debug.c: In function 'dbg_debugfs_init_fs': fs/ubifs/debug.c:2812:6: warning: unused variable 'err' [-Wunused-variable] int err, n; ^~~ Introduced by commit 70

Re: linux-next: build warning after merge of the driver-core tree

2015-10-09 Thread Rafael J. Wysocki
On Friday, October 09, 2015 12:01:55 PM Viresh Kumar wrote: > On 09-10-15, 16:36, Stephen Rothwell wrote: > > Hi Rafael, > > > > On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki" > > wrote: > > > > > > On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote: > > > > 1840995c52d4 PM / O

Re: linux-next: build warning after merge of the driver-core tree

2015-10-08 Thread Viresh Kumar
On 08-10-15, 22:30, Rafael J. Wysocki wrote: > You could have asked me to drop that commit when you decided to rework the > API. > > That would have been much less painful to everybody (and especially to the > people who saw the breakage and have tried to fix it). My apologies, I could have done

Re: linux-next: build warning after merge of the driver-core tree

2015-10-08 Thread Viresh Kumar
On 09-10-15, 16:36, Stephen Rothwell wrote: > Hi Rafael, > > On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki" > wrote: > > > > On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote: > > > 1840995c52d4 PM / OPP: reuse of_parse_phandle() > > > f0489a5ef4d0 PM / OPP: Rename opp init/fr

Re: linux-next: build warning after merge of the driver-core tree

2015-10-08 Thread Stephen Rothwell
Hi Rafael, On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki" wrote: > > On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote: > > 1840995c52d4 PM / OPP: reuse of_parse_phandle() > > f0489a5ef4d0 PM / OPP: Rename opp init/free table routines > > 8f8d37b2537a PM / OPP: Prefix exported

Re: linux-next: build warning after merge of the driver-core tree

2015-10-08 Thread Rafael J. Wysocki
On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote: > On 08-10-15, 00:47, Rafael J. Wysocki wrote: > > Well, the conflicting commits here were from the same developer which is > > kind > > of annoying. > > I do understand why its annoying, but I wasn't doing them in parallel. > The patc

Re: linux-next: build warning after merge of the driver-core tree

2015-10-08 Thread Viresh Kumar
On 08-10-15, 00:47, Rafael J. Wysocki wrote: > Well, the conflicting commits here were from the same developer which is kind > of annoying. I do understand why its annoying, but I wasn't doing them in parallel. The patches in Greg's tree were written long after the other series got applied to your

Re: linux-next: build warning after merge of the driver-core tree

2015-10-07 Thread Rafael J. Wysocki
On Thursday, October 08, 2015 09:04:27 AM Stephen Rothwell wrote: > Hi Rafael, > > On Wed, 07 Oct 2015 23:48:11 +0200 "Rafael J. Wysocki" > wrote: > > > > On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote: > > > > > > On 7 October 2015 at 06:51, Stephen Rothwell > > > wrote: > > >

Re: linux-next: build warning after merge of the driver-core tree

2015-10-07 Thread Stephen Rothwell
Hi Rafael, On Wed, 07 Oct 2015 23:48:11 +0200 "Rafael J. Wysocki" wrote: > > On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote: > > > > On 7 October 2015 at 06:51, Stephen Rothwell wrote: > > > > > > After merging the driver-core tree, today's linux-next build (arm > > > multi_v7_d

Re: linux-next: build warning after merge of the driver-core tree

2015-10-07 Thread Rafael J. Wysocki
On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote: > Hi Stephen, > > On 7 October 2015 at 06:51, Stephen Rothwell wrote: > > Hi Greg, > > > > After merging the driver-core tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > drivers/base/power/opp

Re: linux-next: build warning after merge of the driver-core tree

2015-10-06 Thread Viresh Kumar
Hi Stephen, On 7 October 2015 at 06:51, Stephen Rothwell wrote: > Hi Greg, > > After merging the driver-core tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/base/power/opp/debugfs.c: In function 'opp_debug_create_one': > drivers/base/power/opp/debugfs.

linux-next: build warning after merge of the driver-core tree

2015-10-06 Thread Stephen Rothwell
Hi Greg, After merging the driver-core tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/base/power/opp/debugfs.c: In function 'opp_debug_create_one': drivers/base/power/opp/debugfs.c:48:7: warning: passing argument 4 of 'debugfs_create_bool' from incompatibl

Re: linux-next: build warning after merge of the driver-core tree

2013-06-25 Thread Ming Lei
On Tue, Jun 25, 2013 at 4:33 PM, Stephen Rothwell wrote: > Hi Greg, > > After merging the driver-core tree, today's linux-next build (powerpc > allnoconfig) produced this warning: > > drivers/base/firmware_class.c:221:29: warning: 'fw_lookup_buf' defined but > not used [-Wunused-function] > > Int

linux-next: build warning after merge of the driver-core tree

2013-06-25 Thread Stephen Rothwell
Hi Greg, After merging the driver-core tree, today's linux-next build (powerpc allnoconfig) produced this warning: drivers/base/firmware_class.c:221:29: warning: 'fw_lookup_buf' defined but not used [-Wunused-function] Introduced by commit 90f8908127b5 ("firmware loader: fix compile warning wit