commit | 294264a94215f5a16a92e8e6b05252ed22fed249 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Dec 02 11:36:28 2009 +1100 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Dec 03 02:46:36 2009 -0500 |
tree | 77dc52ca9928e5d1321b858d592e4b53b7e986e2 | |
parent | 18f0f97850059303ed73b1f02084f55ca330a80c [diff] |
libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop() In libata-sff, ata_sff_post_internal_cmd() directly calls ata_bmdma_stop() instead of ap->ops->bmdma_stop(). This can be a problem for controllers that use their own bmdma_stop for which the generic sff one isn't suitable Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>