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.2.53~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b538dfee448ce5711105363cd1ceca5b77705979;p=pandora-kernel.git PCI: fix truncation of resource size to 32 bits commit d6776e6d5c2f8db0252f447b09736075e1bbe387 upstream. _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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed