]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI/AER: Use 32 bit PCI domain numbers
authorKeith Busch <keith.busch@intel.com>
Tue, 12 Jan 2016 20:18:09 +0000 (13:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Jan 2016 19:54:55 +0000 (13:54 -0600)
commit28ef241f05c20c2f04b349d43c615438f7e6f811
treee98fcfa31d90272d4217f9406550aa2af54fbe44
parentd9c3d6ff227cbdf05399ba8303bdcd0d35bbfccb
PCI/AER: Use 32 bit PCI domain numbers

The Intel Volume Management Device (VMD) supports 32-bit domain numbers.
To accommodate this, use u32 instead of u16 to store domain numbers.

[bhelgaas: changelog]
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aer/aer_inject.c