Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126448
b: refs/heads/master
c: 1e91477
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Jan 6, 2009
1 parent c1dcb9f commit 34b3d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7a38f3cf019c4187d3d0e757e1c11b2b460e5b57
refs/heads/master: 1e91477aa335fc1c97eb15649ed1a1714cc758ec
6 changes: 3 additions & 3 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,13 +593,13 @@ static ide_startstop_t cdrom_transfer_packet_command(ide_drive_t *drive)
if (cmd_len < ATAPI_MIN_CDB_BYTES)
cmd_len = ATAPI_MIN_CDB_BYTES;

/* send the command to the device */
hwif->tp_ops->output_data(drive, NULL, rq->cmd, cmd_len);

/* start the DMA if need be */
if (drive->dma)
hwif->dma_ops->dma_start(drive);

/* send the command to the device */
hwif->tp_ops->output_data(drive, NULL, rq->cmd, cmd_len);

return ide_started;
}

Expand Down

0 comments on commit 34b3d0e

Please sign in to comment.