* [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has no m
@ 2012-09-11 3:01 Fengguang Wu
2012-09-11 14:29 ` [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2012-09-11 3:01 UTC (permalink / raw)
To: kernel-janitors
tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
head: 488f54cda219cab6e91139b3ba677b4673cdcf20
commit: 488f54cda219cab6e91139b3ba677b4673cdcf20 [84/84] Merge branch 'pci/gavin-window-alignment' into next
All related error/warning messages:
arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_window_alignment':
arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has no member named 'pcie_type'
vim +1164 arch/powerpc/platforms/powernv/pci-ioda.c
1159 struct pnv_phb *phb = hose->private_data;
1160 int num_pci_bridges = 0;
1161
1162 bridge = bus->self;
1163 while (bridge) {
> 1164 if (bridge->pcie_type = PCI_EXP_TYPE_PCI_BRIDGE) {
1165 num_pci_bridges++;
1166 if (num_pci_bridges >= 2)
1167 return 1;
1168 }
1169
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has
2012-09-11 3:01 [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has no m Fengguang Wu
@ 2012-09-11 14:29 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2012-09-11 14:29 UTC (permalink / raw)
To: kernel-janitors
On Mon, Sep 10, 2012 at 9:01 PM, Fengguang Wu <fengguang.wu@intel.com> wrote:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
> head: 488f54cda219cab6e91139b3ba677b4673cdcf20
> commit: 488f54cda219cab6e91139b3ba677b4673cdcf20 [84/84] Merge branch 'pci/gavin-window-alignment' into next
>
> All related error/warning messages:
>
> arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_window_alignment':
> arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has no member named 'pcie_type'
Fixed, thanks!
> vim +1164 arch/powerpc/platforms/powernv/pci-ioda.c
> 1159 struct pnv_phb *phb = hose->private_data;
> 1160 int num_pci_bridges = 0;
> 1161
> 1162 bridge = bus->self;
> 1163 while (bridge) {
>> 1164 if (bridge->pcie_type = PCI_EXP_TYPE_PCI_BRIDGE) {
> 1165 num_pci_bridges++;
> 1166 if (num_pci_bridges >= 2)
> 1167 return 1;
> 1168 }
> 1169
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Centre
> Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-11 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 3:01 [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has no m Fengguang Wu
2012-09-11 14:29 ` [pci:next 84/84] arch/powerpc/platforms/powernv/pci-ioda.c:1164:13: error: 'struct pci_dev' has Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox