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:
aa11fc5
)
PCI: Change pci_bus_alloc_resource() type_mask to unsigned long
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 7 Mar 2014 20:51:12 +0000
(13:51 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 19 Mar 2014 21:00:16 +0000
(15:00 -0600)
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: Bjorn Helgaas <bhelgaas@google.com>
No differences found