From: Benjamin Herrenschmidt Date: Wed, 2 Dec 2009 00:36:28 +0000 (+1100) Subject: libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop() X-Git-Tag: v2.6.33-rc1~380^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294264a94215f5a16a92e8e6b05252ed22fed249;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed