diff options
Diffstat (limited to 'drivers/ide/ide-atapi.c')
-rw-r--r-- | drivers/ide/ide-atapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-atapi.c b/drivers/ide/ide-atapi.c index adf04f99cdeb..2433fce6c111 100644 --- a/drivers/ide/ide-atapi.c +++ b/drivers/ide/ide-atapi.c | |||
@@ -303,7 +303,7 @@ ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_atapi_pc *pc, | |||
303 | 303 | ||
304 | /* Issue the packet command */ | 304 | /* Issue the packet command */ |
305 | if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) { | 305 | if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) { |
306 | ide_execute_command(drive, WIN_PACKETCMD, handler, | 306 | ide_execute_command(drive, ATA_CMD_PACKET, handler, |
307 | timeout, NULL); | 307 | timeout, NULL); |
308 | return ide_started; | 308 | return ide_started; |
309 | } else { | 309 | } else { |