Skip to content
Commit 664c2848 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Change pci_bus_alloc_resource() type_mask to unsigned long



The pci_bus_alloc_resource() "type_mask" parameter is used to compare with
the "flags" member of a struct resource, so it should be the same type,
namely "unsigned long".

No functional change because all current IORESOURCE_* flags fit in 32 bits.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent aa11fc58
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment