Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86409
b: refs/heads/master
c: bcd88ac
h: refs/heads/master
i:
  86407: 182d004
v: v3
  • Loading branch information
Andreas Schwab authored and Bartlomiej Zolnierkiewicz committed Feb 26, 2008
1 parent a76651d commit ad2e84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 9f10d9ee0ac6d79d7bc8b9a158bf4a29322d84d3
refs/heads/master: bcd88ac3b2ff2eae3d0fa57a6b02d4fce5392f32
5 changes: 2 additions & 3 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1178,11 +1178,10 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
else
rq->data += blen;
}
if (!write && blk_sense_request(rq))
rq->sense_len += blen;
}

if (write && blk_sense_request(rq))
rq->sense_len += thislen;

/*
* pad, if necessary
*/
Expand Down

0 comments on commit ad2e84f

Please sign in to comment.