USB: use pci_ioremap_bar() in drivers/usb
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 21 Oct 2008 04:46:01 +0000 (21:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 17:59:49 +0000 (09:59 -0800)
commit8e8ce4b642ce4beb865fb1d67cd8ea883d9ae7d7
tree7883335b8321a21a1919517bf590bf163b887533
parente64a5219296fff11a0da0322b43012265cd3b327
USB: use pci_ioremap_bar() in drivers/usb

Use the newly introduced pci_ioremap_bar() function in drivers/usb.
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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/pci-quirks.c