From: Nikhil P Rao Date: Wed, 20 Jun 2012 19:56:00 +0000 (-0700) Subject: PCI: fix truncation of resource size to 32 bits X-Git-Tag: v3.6-rc1~112^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6776e6d5c2f8db0252f447b09736075e1bbe387;p=pandora-kernel.git 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: Nikhil P Rao Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed