git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfaf025
)
PCI: fix truncation of resource size to 32 bits
author
Nikhil P Rao
<nikhil.rao@intel.com>
Wed, 20 Jun 2012 19:56:00 +0000
(12:56 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 11 Jul 2012 22:57:44 +0000
(16:57 -0600)
_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: Nikhil P Rao <nikhil.rao@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found