Loading drivers/ide/ide-atapi.c +1 −2 Original line number Diff line number Diff line Loading @@ -302,8 +302,7 @@ ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_atapi_pc *pc, bcount, dma); /* Issue the packet command */ if ((pc->flags & PC_FLAG_DRQ_INTERRUPT) || (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT)) { if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) { ide_execute_command(drive, WIN_PACKETCMD, handler, timeout, NULL); return ide_started; Loading include/linux/ide.h +0 −1 Original line number Diff line number Diff line Loading @@ -687,7 +687,6 @@ enum { PC_FLAG_WRITING = (1 << 6), /* command timed out */ PC_FLAG_TIMEDOUT = (1 << 7), PC_FLAG_DRQ_INTERRUPT = (1 << 8), }; struct ide_atapi_pc { Loading Loading
drivers/ide/ide-atapi.c +1 −2 Original line number Diff line number Diff line Loading @@ -302,8 +302,7 @@ ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_atapi_pc *pc, bcount, dma); /* Issue the packet command */ if ((pc->flags & PC_FLAG_DRQ_INTERRUPT) || (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT)) { if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) { ide_execute_command(drive, WIN_PACKETCMD, handler, timeout, NULL); return ide_started; Loading
include/linux/ide.h +0 −1 Original line number Diff line number Diff line Loading @@ -687,7 +687,6 @@ enum { PC_FLAG_WRITING = (1 << 6), /* command timed out */ PC_FLAG_TIMEDOUT = (1 << 7), PC_FLAG_DRQ_INTERRUPT = (1 << 8), }; struct ide_atapi_pc { Loading