From: Arjan van de Ven Date: Tue, 6 Jan 2009 22:40:39 +0000 (-0800) Subject: pci: use pci_ioremap_bar() in drivers/misc X-Git-Tag: v2.6.29-rc1~389 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbeed75b288443ea14208eafaac3941f385f2ae;p=pandora-kernel.git pci: use pci_ioremap_bar() in drivers/misc Use the newly introduced pci_ioremap_bar() function in drivers/misc. 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: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed