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

2020-09-15 Thread Bjorn Helgaas
On Tue, Sep 15, 2020 at 11:53:26AM +0100, Lorenzo Pieralisi wrote: > On Tue, Sep 15, 2020 at 01:47:21PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > On Wed, 9 Sep 2020 10:06:20 -0600 Rob Herring wrote: > > > > > > On Tue, Sep 8, 2020 at 8:37 PM Stephen Rothwell > > > wrote: > > > > > > >

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

2020-09-15 Thread Lorenzo Pieralisi
On Tue, Sep 15, 2020 at 01:47:21PM +1000, Stephen Rothwell wrote: > Hi all, > > On Wed, 9 Sep 2020 10:06:20 -0600 Rob Herring wrote: > > > > On Tue, Sep 8, 2020 at 8:37 PM Stephen Rothwell > > wrote: > > > > > > After merging the pci tree, today's linux-next build (arm > > > multi_v7_defconfig)

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

2020-09-14 Thread Stephen Rothwell
Hi all, On Wed, 9 Sep 2020 10:06:20 -0600 Rob Herring wrote: > > On Tue, Sep 8, 2020 at 8:37 PM Stephen Rothwell wrote: > > > > After merging the pci tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > Uggg. I guess 0-day just doesn't do arm32 builds anymore

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

2020-09-14 Thread Stephen Rothwell
Hi All, On Wed, 9 Sep 2020 12:38:43 +1000 Stephen Rothwell wrote: > > After merging the pci tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > WARNING: modpost: "dw_pcie_link_set_max_speed" [vmlinux] is a static > EXPORT_SYMBOL_GPL > > Introduced by commit >

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

2020-09-09 Thread Rob Herring
On Tue, Sep 8, 2020 at 8:37 PM Stephen Rothwell wrote: > > Hi all, > > After merging the pci tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: Uggg. I guess 0-day just doesn't do arm32 builds anymore as it caught more obscure build issues, but not this one (and some

linux-next: build warning after merge of the pci tree

2020-09-08 Thread Stephen Rothwell
Hi all, After merging the pci tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: modpost: "dw_pcie_link_set_max_speed" [vmlinux] is a static EXPORT_SYMBOL_GPL Introduced by commit 3af45d34d30c ("PCI: dwc: Centralize link gen setting") -- Cheers, Stephen

linux-next: build warning after merge of the pci tree

2020-09-08 Thread Stephen Rothwell
Hi all, After merging the pci tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/pci/controller/dwc/pci-dra7xx.c: In function 'dra7xx_pcie_establish_link': drivers/pci/controller/dwc/pci-dra7xx.c:142:6: warning: unused variable 'exp_cap_off' [-Wunused-variabl

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

2020-09-02 Thread Vaibhav Gupta
On Wed, Sep 02, 2020 at 07:33:12AM -0500, Bjorn Helgaas wrote: > On Wed, Sep 02, 2020 at 11:07:43AM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > drivers/pci/pci-driver.c: In functio

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

2020-09-02 Thread Bjorn Helgaas
On Wed, Sep 02, 2020 at 11:07:43AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/pci/pci-driver.c: In function 'pci_pm_thaw_noirq': > drivers/pci/pci-driver.c:1037:6: warning: unused var

linux-next: build warning after merge of the pci tree

2020-09-01 Thread Stephen Rothwell
Hi all, After merging the pci tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/pci/pci-driver.c: In function 'pci_pm_thaw_noirq': drivers/pci/pci-driver.c:1037:6: warning: unused variable 'error' [-Wunused-variable] 1037 | int error; | ^ driver

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

2020-08-04 Thread Bjorn Helgaas
On Wed, Aug 05, 2020 at 11:32:16AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_parse_dt': > drivers/pci/controller/pcie-altera.c:

linux-next: build warning after merge of the pci tree

2020-08-04 Thread Stephen Rothwell
Hi all, After merging the pci tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_parse_dt': drivers/pci/controller/pcie-altera.c:697:17: warning: unused variable 'dev' [-Wunused-variable] 697 | struct devi

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

2016-06-24 Thread Johannes Thumshirn
On Thu, Jun 23, 2016 at 11:48:49AM -0500, Bjorn Helgaas wrote: > On Thu, Jun 23, 2016 at 11:51:54AM +1000, Stephen Rothwell wrote: > > Hi Bjorn, > > > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > drivers/misc/genwqe/card_base.c: I

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

2016-06-23 Thread Bjorn Helgaas
On Thu, Jun 23, 2016 at 11:51:54AM +1000, Stephen Rothwell wrote: > Hi Bjorn, > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/misc/genwqe/card_base.c: In function 'genwqe_pci_remove': > drivers/misc/genwqe/card_base.c:1155:6: war

linux-next: build warning after merge of the pci tree

2016-06-22 Thread Stephen Rothwell
Hi Bjorn, After merging the pci tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/misc/genwqe/card_base.c: In function 'genwqe_pci_remove': drivers/misc/genwqe/card_base.c:1155:6: warning: unused variable 'bars' [-Wunused-variable] int bars; ^ drivers/mi

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

2013-09-03 Thread Bjorn Helgaas
On Tue, Sep 3, 2013 at 5:55 PM, Stephen Rothwell wrote: > Hi Bjorn, > > You have sent a pull request to Linus for the pci tree, but at the same > time you have reset the branch I pull into linux-next to be v3.11. So > you have effectively removed all that code from linux-next until Linus' > merge

linux-next: build warning after merge of the pci tree

2013-09-03 Thread Stephen Rothwell
Hi Bjorn, You have sent a pull request to Linus for the pci tree, but at the same time you have reset the branch I pull into linux-next to be v3.11. So you have effectively removed all that code from linux-next until Linus' merges it :-( Ordering is important. -- Cheers, Stephen Rothwell

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

2012-12-10 Thread Bjorn Helgaas
On Mon, Dec 10, 2012 at 2:25 PM, Bjorn Helgaas wrote: > On Mon, Dec 10, 2012 at 08:03:21PM +1100, Stephen Rothwell wrote: >> Hi Bjorn, >> >> After merging the pci tree, today's linux-next build (powerpc >> ppc44x_defconfig) produced this warning: >> >> drivers/pci/rom.c: In function 'pci_map_rom':

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

2012-12-10 Thread Bjorn Helgaas
On Mon, Dec 10, 2012 at 08:03:21PM +1100, Stephen Rothwell wrote: > Hi Bjorn, > > After merging the pci tree, today's linux-next build (powerpc > ppc44x_defconfig) produced this warning: > > drivers/pci/rom.c: In function 'pci_map_rom': > drivers/pci/rom.c:125:23: warning: cast from pointer to in

linux-next: build warning after merge of the pci tree

2012-12-10 Thread Stephen Rothwell
Hi Bjorn, After merging the pci tree, today's linux-next build (powerpc ppc44x_defconfig) produced this warning: drivers/pci/rom.c: In function 'pci_map_rom': drivers/pci/rom.c:125:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Introduced by commit 84c1b80e3