Commit c81e29b4 authored by Jeff Garzik's avatar Jeff Garzik

Merge branch 'upstream-fixes' into upstream

Conflicts:

	drivers/scsi/libata-core.c
parents d3fb4e8d bb31a8fa
...@@ -3696,7 +3696,7 @@ static void ata_pio_sector(struct ata_queued_cmd *qc) ...@@ -3696,7 +3696,7 @@ static void ata_pio_sector(struct ata_queued_cmd *qc)
* ata_pio_sectors - Transfer one or many 512-byte sectors. * ata_pio_sectors - Transfer one or many 512-byte sectors.
* @qc: Command on going * @qc: Command on going
* *
* Transfer one or many ATA_SECT_SIZE of data from/to the * Transfer one or many ATA_SECT_SIZE of data from/to the
* ATA device for the DRQ request. * ATA device for the DRQ request.
* *
* LOCKING: * LOCKING:
...@@ -3973,6 +3973,8 @@ static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) ...@@ -3973,6 +3973,8 @@ static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq)
} else } else
ata_qc_complete(qc); ata_qc_complete(qc);
} }
ata_altstatus(ap); /* flush */
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment