Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82121
b: refs/heads/master
c: 48ea0b2
h: refs/heads/master
i:
  82119: f8bbe9a
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent 12e060c commit 815aae6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a11e77db4982d44bf610dc7257b0fca3f7202403
refs/heads/master: 48ea0b216ba96d14228ee0cb4c964b3b495ff0a8
4 changes: 3 additions & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,10 +1316,12 @@ static ide_startstop_t cdrom_rw_intr(ide_drive_t *drive)
*/
cdrom_buffer_sectors(drive, rq->sector,
thislen >> 9);
else
else {
printk(KERN_ERR "%s: %s: confused, missing "
"data\n",
drive->name, __FUNCTION__);
blk_dump_rq_flags(rq, "cdrom_rw_intr, write");
}
break;
}

Expand Down

0 comments on commit 815aae6

Please sign in to comment.