Tejun Heo wrote:
As all the current LLDs are PCI, ata_pci_host_stop() should be used,
which BTW is effectively identical to ata_host_stop(). Convert all
LLDs to use ata_pci_host_stop() and kill ata_host_stop().
NAK, they are not equivalent replacements:
* ata_host_stop checks mmio_base before calling iounmap. Most of the
drivers you change do not use ioremap (thus it's really a no-op call for
them)
* ata_pci_host_stop not only unmaps unconditionally, it calls
pci_iounmap(). Only drivers which have previously used pci_iomap()
should use this helper.
This patch may make sense later in the patch series, when
ata_pci_host_stop presumably works for all iomap-converted drivers, but
not really as the first patch?
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html