]> Pileus Git - ~andy/linux/commit
libata-sff: Correct use of check_status()
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Mon, 15 Oct 2007 18:25:29 +0000 (19:25 +0100)
committerJeff Garzik <jeff@garzik.org>
Thu, 18 Oct 2007 00:49:02 +0000 (20:49 -0400)
commit01839f6ddef011878e905d72786d95cee21ca039
treec381091011421a7232d081111a20bb13d78a4c0f
parentfaf0b2e5afe7dae072d2715763c7f992b612b628
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 <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-sff.c