[libata sata_nv] eliminate duplicate codepaths with iomap
authorJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000 (23:59 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000 (23:59 -0500)
eliminate a bunch of
if (mmio)
writel()
else
outl()

code with the pci_iomap() and io{read,write}{8,16,32}() interface.


No differences found