Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39496
b: refs/heads/master
c: 8770c01
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Oct 12, 2006
1 parent 445d248 commit accae0c
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: da79cbae39516e7bdee8b0edb366e8ff016a9d3e
refs/heads/master: 8770c018da7bbaa3b41371abc401b2aa7e76a71a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ static int cdrom_decode_status(ide_drive_t *drive, int good_stat, int *stat_ret)
ide_error(drive, "request sense failure", stat);
return 1;

} else if (blk_pc_request(rq)) {
} else if (blk_pc_request(rq) || rq->cmd_type == REQ_TYPE_ATA_PC) {
/* All other functions, except for READ. */
unsigned long flags;

Expand Down

0 comments on commit accae0c

Please sign in to comment.