commit | 6b121592f8a3fd2bd0de128637b76a0d0864d993 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Thu May 22 17:07:36 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed May 28 15:20:18 2014 -0600 |
tree | 04a7d4d30daa41116ca6fb1f1e258890e5267af1 | |
parent | c25dc82899e67a32fdcfb20dd72a37fc236fde2e [diff] |
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>