Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137638
b: refs/heads/master
c: c7db966
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Mar 27, 2009
1 parent af71d08 commit 80dbd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69197ad70ef6b854988299c1377864f9755cd03d
refs/heads/master: c7db966bbbf216b336da921e5d7ba5b9c8467ac1
4 changes: 3 additions & 1 deletion trunk/drivers/ide/ide-taskfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,14 @@ static ide_startstop_t task_out_intr (ide_drive_t *drive)

static ide_startstop_t pre_task_out_intr(ide_drive_t *drive, struct request *rq)
{
ide_hwif_t *hwif = drive->hwif;
ide_startstop_t startstop;

if (ide_wait_stat(&startstop, drive, ATA_DRQ,
drive->bad_wstat, WAIT_DRQ)) {
printk(KERN_ERR "%s: no DRQ after issuing %sWRITE%s\n",
drive->name, drive->hwif->data_phase ? "MULT" : "",
drive->name,
hwif->data_phase == TASKFILE_MULTI_OUT ? "MULT" : "",
(drive->dev_flags & IDE_DFLAG_LBA48) ? "_EXT" : "");
return startstop;
}
Expand Down

0 comments on commit 80dbd2d

Please sign in to comment.