Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40889
b: refs/heads/master
c: b715673
h: refs/heads/master
i:
  40887: 478eb4a
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Nov 13, 2006
1 parent 24b23da commit ec438ee
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: 616e8a091a035c0bd9b871695f4af191df123caa
refs/heads/master: b71567312976305cc1ce7e9b71e7378c8bfcb40f
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static int cdrom_decode_status(ide_drive_t *drive, int good_stat, int *stat_ret)
* if we have an error, pass back CHECK_CONDITION as the
* scsi status byte
*/
if (!rq->errors)
if (blk_pc_request(rq) && !rq->errors)
rq->errors = SAM_STAT_CHECK_CONDITION;

/* Check for tray open. */
Expand Down

0 comments on commit ec438ee

Please sign in to comment.