From: Alan Cox Date: Mon, 15 Oct 2007 18:25:29 +0000 (+0100) Subject: libata-sff: Correct use of check_status() X-Git-Tag: v2.6.24-rc1~289^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01839f6ddef011878e905d72786d95cee21ca039;p=pandora-kernel.git libata-sff: Correct use of check_status() ata_check_status() does an SFF compliant check ata_chk_status() does a generic call to ap->ops->check_status (usually ata_check_status) libata-sff uses the wrong one. Hardly suprising given the naming here, which ought to get fixed to ata_sff_check_status() perhaps ? Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed