Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189657
b: refs/heads/master
c: 1af1850
h: refs/heads/master
i:
  189655: 1bc4796
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 1, 2010
1 parent adb224e commit 5908c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6072f7491f5ef391a575e18a1165e72a3eef1601
refs/heads/master: 1af185034662b75279f90e1c7cb958271d4121e2
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-atapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ void ide_retry_pc(ide_drive_t *drive)
* of it. The failed command will be retried after sense data
* is acquired.
*/
blk_requeue_request(failed_rq->q, failed_rq);
drive->hwif->rq = NULL;
ide_requeue_and_plug(drive, failed_rq);
if (ide_queue_sense_rq(drive, pc)) {
blk_start_request(failed_rq);
ide_complete_rq(drive, -EIO, blk_rq_bytes(failed_rq));
Expand Down

0 comments on commit 5908c0a

Please sign in to comment.