Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24428
b: refs/heads/master
c: b8fca1c
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Mar 27, 2006
1 parent 82b0f9c commit 93317de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f68110fc28859f5d7231d5c4fb6dbe68b1394c9b
refs/heads/master: b8fca1c7682105c843319728d8e37b42b19092bb
1 change: 1 addition & 0 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ static int cdrom_read_capacity(ide_drive_t *drive, unsigned long *capacity,
req.cmd[0] = GPCMD_READ_CDVD_CAPACITY;
req.data = (char *)&capbuf;
req.data_len = sizeof(capbuf);
req.flags |= REQ_QUIET;

stat = cdrom_queue_packet_command(drive, &req);
if (stat == 0) {
Expand Down

0 comments on commit 93317de

Please sign in to comment.