From: Benjamin Herrenschmidt Date: Tue, 1 Dec 2009 14:36:28 +0000 (+0000) Subject: libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop() X-Git-Tag: v2.6.33-rc1~293^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0353813afe784330622596ff141e7525ccd99de;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 Acked-by: Jeff Garzik --- Reading git-diff-tree failed