Skip to content
Commit d6776e6d authored by Nikhil P Rao's avatar Nikhil P Rao Committed by Bjorn Helgaas
Browse files

PCI: fix truncation of resource size to 32 bits



_pci_assign_resource() took an int "size" argument, which meant that
sizes larger than 4GB were truncated.  Change type to resource_size_t.

[bhelgaas: changelog]
Signed-off-by: default avatarNikhil P Rao <nikhil.rao@intel.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent cfaf0251
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment