From: Arjan van de Ven Date: Tue, 21 Oct 2008 04:42:39 +0000 (-0700) Subject: pci: use pci_ioremap_bar() in drivers/net X-Git-Tag: v2.6.29-rc1~581^2~932 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275f165fa970174f8a98205529750e8abb6c0a33;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed