Re: [RFC Patch V2 08/16] PCI: kill wrong warning message in pcieport driver

2014-06-17 Thread Bjorn Helgaas
Please pay attention to the existing convention of changelog summaries (email subject lines), including spacing and capitalization. "git log --oneline drivers/pci/pcie" is a good way to see the pattern. In this case, you could use something like this: PCI/portdrv: Remove warning about invalid

Re: [RFC Patch V2 08/16] PCI: kill wrong warning message in pcieport driver

2014-06-17 Thread Bjorn Helgaas
Please pay attention to the existing convention of changelog summaries (email subject lines), including spacing and capitalization. git log --oneline drivers/pci/pcie is a good way to see the pattern. In this case, you could use something like this: PCI/portdrv: Remove warning about invalid

[RFC Patch V2 08/16] PCI: kill wrong warning message in pcieport driver

2014-06-16 Thread Jiang Liu
For hot-added PCIe ports, it always generates a warning message on x86 platforms when binding to pcieport driver as: "device [8086:0e0b] has invalid IRQ; check vendor BIOS". It's due to that we check pci_dev->irq before actually allocating IRQ number for the PCI device: if

[RFC Patch V2 08/16] PCI: kill wrong warning message in pcieport driver

2014-06-16 Thread Jiang Liu
For hot-added PCIe ports, it always generates a warning message on x86 platforms when binding to pcieport driver as: device [8086:0e0b] has invalid IRQ; check vendor BIOS. It's due to that we check pci_dev-irq before actually allocating IRQ number for the PCI device: if (!dev-irq