Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143999
b: refs/heads/master
c: a1f9a89
h: refs/heads/master
i:
  143997: 20f3aec
  143995: 6b9d898
  143991: 5d08db9
  143983: 0ba08f6
  143967: a0c1254
  143935: bab4882
  143871: f9d9a86
v: v3
  • Loading branch information
Helge Deller authored and Bartlomiej Zolnierkiewicz committed Apr 22, 2009
1 parent 06b4867 commit 0dea0a9
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: db2f38c22ea3f545be3b5772e5f9dc5861b74536
refs/heads/master: a1f9a89c90b4ac143c5b6054c2a157572b272cd2
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
struct request *rq = hwif->rq;
ide_expiry_t *expiry = NULL;
int dma_error = 0, dma, thislen, uptodate = 0;
int write = (rq_data_dir(rq) == WRITE) ? 1 : 0, rc, nsectors;
int write = (rq_data_dir(rq) == WRITE) ? 1 : 0, rc = 0, nsectors;
int sense = blk_sense_request(rq);
unsigned int timeout;
u16 len;
Expand Down

0 comments on commit 0dea0a9

Please sign in to comment.