From: Bjorn Helgaas Date: Fri, 7 Mar 2014 20:51:12 +0000 (-0700) Subject: PCI: Change pci_bus_alloc_resource() type_mask to unsigned long X-Git-Tag: v3.15-rc1~143^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664c28480c90fb8541bcdd1d4b349e9436165ec7;p=pandora-kernel.git 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: Bjorn Helgaas --- Reading git-diff-tree failed