commit | 275f165fa970174f8a98205529750e8abb6c0a33 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@infradead.org> | Mon Oct 20 21:42:39 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Oct 31 00:53:48 2008 -0400 |
tree | a9548561c6fd50de8a0d706704ba6c6f22bc7b19 | |
parent | 842e08bd6891bd78b4c3d2e0c4a94bebb32ab3ad [diff] |
pci: use pci_ioremap_bar() in drivers/net Use the newly introduced pci_ioremap_bar() function in drivers/net. pci_ioremap_bar() just takes a pci device and a bar number, with the goal of making it really hard to get wrong, while also having a central place to stick sanity checks. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>