commit | dc66daa9be40369ead5a4ee33c6bcfb44cb3c8ee | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@exar.com> | Fri Dec 10 14:02:58 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 10 16:08:22 2010 -0800 |
tree | b725d5b54211a832f33a77a27aec9cbba882455a | |
parent | c92bf70dcb9d08f821e4c9f09f8fc328495ba998 [diff] |
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 <jon.mason@exar.com> Signed-off-by: Ram Vepa <ram.vepa@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>