From 283435621a21679e02088b5abcce7d15d6d2010a Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 23 Oct 2008 23:22:07 +0200 Subject: [PATCH] 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 Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-format-patch failed