Re: [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-03-03 Thread Yijing Wang
On 2015/3/3 10:56, Bjorn Helgaas wrote: > On Thu, Feb 26, 2015 at 04:12:10PM +0800, Yijing Wang wrote: >> Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). >> >> Signed-off-by: Yijing Wang >> CC: Tony Luck >> CC: Fenghua Yu >> CC: linux-i...@vger.kernel.org >> --- >>

Re: [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-03-03 Thread Yijing Wang
On 2015/3/3 10:56, Bjorn Helgaas wrote: On Thu, Feb 26, 2015 at 04:12:10PM +0800, Yijing Wang wrote: Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Tony Luck tony.l...@intel.com CC: Fenghua Yu fenghua...@intel.com CC:

Re: [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-03-02 Thread Bjorn Helgaas
On Thu, Feb 26, 2015 at 04:12:10PM +0800, Yijing Wang wrote: > Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). > > Signed-off-by: Yijing Wang > CC: Tony Luck > CC: Fenghua Yu > CC: linux-i...@vger.kernel.org > --- > arch/ia64/sn/kernel/io_acpi_init.c |6 +++--- >

Re: [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-03-02 Thread Bjorn Helgaas
On Thu, Feb 26, 2015 at 04:12:10PM +0800, Yijing Wang wrote: Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Tony Luck tony.l...@intel.com CC: Fenghua Yu fenghua...@intel.com CC: linux-i...@vger.kernel.org ---

[PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-02-26 Thread Yijing Wang
Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). Signed-off-by: Yijing Wang CC: Tony Luck CC: Fenghua Yu CC: linux-i...@vger.kernel.org --- arch/ia64/sn/kernel/io_acpi_init.c |6 +++--- arch/ia64/sn/kernel/io_init.c |2 +- 2 files changed, 4 insertions(+), 4

[PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()

2015-02-26 Thread Yijing Wang
Should pass pci_bus * instead of pci_dev * to pci_domain_nr(). Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Tony Luck tony.l...@intel.com CC: Fenghua Yu fenghua...@intel.com CC: linux-i...@vger.kernel.org --- arch/ia64/sn/kernel/io_acpi_init.c |6 +++--- arch/ia64/sn/kernel/io_init.c