PCI: Convert pci_dev_flags definitions to bit shifts
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 22 May 2014 23:07:36 +0000 (17:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 28 May 2014 21:20:18 +0000 (15:20 -0600)
commit6b121592f8a3fd2bd0de128637b76a0d0864d993
tree04a7d4d30daa41116ca6fb1f1e258890e5267af1
parentc25dc82899e67a32fdcfb20dd72a37fc236fde2e
PCI: Convert pci_dev_flags definitions to bit shifts

Convert the pci_dev_flags definitions from decimal constants to bit shifts.
We're only a few entries away from where using the decimal value becomes
cumbersome.  No functional change.

Tested-by: George Spelvin <linux@horizon.com>
Tested-by: Pat Erley <pat-lkml@erley.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/linux/pci.h
This page took 0.025648 seconds and 5 git commands to generate.