From: Arjan van de Ven Date: Tue, 21 Oct 2008 04:46:01 +0000 (-0700) Subject: USB: use pci_ioremap_bar() in drivers/usb X-Git-Tag: v2.6.29-rc1~182^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8ce4b642ce4beb865fb1d67cd8ea883d9ae7d7;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed