From: Jon Mason Date: Fri, 10 Dec 2010 14:02:58 +0000 (+0000) Subject: vxge: use pci_request_region() X-Git-Tag: v2.6.38-rc1~476^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc66daa9be40369ead5a4ee33c6bcfb44cb3c8ee;p=pandora-kernel.git vxge: use pci_request_region() Only BAR0 is ever accessed, thus making the calls to pci_request_regions overkill. Change calls of pci_request_regions to pci_request_region to reduce the size of the mapped area. Signed-off-by: Jon Mason Signed-off-by: Ram Vepa Signed-off-by: David S. Miller --- Reading git-diff-tree failed