]> git.baikalelectronics.ru Git - kernel.git/commit
pci: use pci_ioremap_bar() in drivers/ide
authorArjan van de Ven <arjan@linux.intel.com>
Thu, 23 Oct 2008 21:22:07 +0000 (23:22 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 23 Oct 2008 21:22:07 +0000 (23:22 +0200)
commit8fe90dc4a20e0e79e07eedb2db4576b037166767
treee4b822045b16d5d1b7034f595490b8ea1b3cfec7
parent37de05dc7571c93d907a99bf5bc0d24374c1a86b
pci: use pci_ioremap_bar() in drivers/ide

Use the newly introduced pci_ioremap_bar() function in drivers/ide.
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>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/sgiioc4.c