libata: remove reading alt_status from ata_hsm_qc_complete()
authorAlbert Lee <albertcc@tw.ibm.com>
Thu, 28 Jun 2007 02:05:31 +0000 (10:05 +0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 2 Jul 2007 14:12:34 +0000 (10:12 -0400)
In ata_hsm_qc_complete():
Calling ata_altstatus() after the qc is completed might race with next qc. Remove it.

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found