From: Arjan van de Ven Date: Sun, 28 Sep 2008 23:21:43 +0000 (-0700) Subject: [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdog X-Git-Tag: v2.6.28-rc3~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4c293ffcdd76fc97469beb7d8861662232d92e;p=pandora-kernel.git [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdog Use the newly introduced pci_ioremap_bar() function in drivers/watchdog. 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: Wim Van Sebroeck --- Reading git-diff-tree failed