PCI/DPC: Fix interrupt message number print
authorKeith Busch <keith.busch@intel.com>
Wed, 17 Jan 2018 05:22:05 +0000 (22:22 -0700)
committerBjorn Helgaas <helgaas@kernel.org>
Fri, 26 Jan 2018 22:49:41 +0000 (16:49 -0600)
commit6b9045b34b5704fe873d770e9b4c2c9b9a2feef5
tree8346f03bf9c39023aa2a389b971e0b2933868ab7
parenteed85ff4c0da72640dcf7c0737c5a08bca2958e7
PCI/DPC: Fix interrupt message number print

The interrupt message number is the first 5 bits, but the driver was
masking only the first 4 bits.  Fix that by using the existing
define.

Signed-off-by: Keith Busch <keith.busch@intel.com>
[bhelgaas: remove reformatting (done by another patch)]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/pcie-dpc.c