diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2008-07-23 13:56:01 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:56:01 -0400 |
commit | ac77ef8b03677c8ae8afe77bccc5f6a969193a79 (patch) | |
tree | 0fb68c364198ecc6e28eda8398b6871ca011d83b /drivers/ide/ide-atapi.c | |
parent | be4c916e96bcde629463d7577d4c402c7f6e6f3e (diff) |
ide: remove unused PC_FLAG_DRQ_INTERRUPT
There should be no functionality change resulting from this patch.
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-atapi.c')
-rw-r--r-- | drivers/ide/ide-atapi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-atapi.c b/drivers/ide/ide-atapi.c index 711a5f6d35e4..adf04f99cdeb 100644 --- a/drivers/ide/ide-atapi.c +++ b/drivers/ide/ide-atapi.c | |||
@@ -302,8 +302,7 @@ ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_atapi_pc *pc, | |||
302 | bcount, dma); | 302 | bcount, dma); |
303 | 303 | ||
304 | /* Issue the packet command */ | 304 | /* Issue the packet command */ |
305 | if ((pc->flags & PC_FLAG_DRQ_INTERRUPT) || | 305 | if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) { |
306 | (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT)) { | ||
307 | ide_execute_command(drive, WIN_PACKETCMD, handler, | 306 | ide_execute_command(drive, WIN_PACKETCMD, handler, |
308 | timeout, NULL); | 307 | timeout, NULL); |
309 | return ide_started; | 308 | return ide_started; |