You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
be4c916e96
commit
ac77ef8b03
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user