commit | 8e8ce4b642ce4beb865fb1d67cd8ea883d9ae7d7 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Oct 20 21:46:01 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 09:59:49 2009 -0800 |
tree | 7883335b8321a21a1919517bf590bf163b887533 | |
parent | e64a5219296fff11a0da0322b43012265cd3b327 [diff] |
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>