Loading drivers/ide/ide-iops.c +0 −5 Original line number Diff line number Diff line Loading @@ -457,11 +457,6 @@ int drive_is_ready (ide_drive_t *drive) if (drive->waiting_for_dma) return hwif->dma_ops->dma_test_irq(drive); #if 0 /* need to guarantee 400ns since last command was issued */ udelay(1); #endif /* * We do a passive status test under shared PCI interrupts on * cards that truly share the ATA side interrupt, but may also share Loading Loading
drivers/ide/ide-iops.c +0 −5 Original line number Diff line number Diff line Loading @@ -457,11 +457,6 @@ int drive_is_ready (ide_drive_t *drive) if (drive->waiting_for_dma) return hwif->dma_ops->dma_test_irq(drive); #if 0 /* need to guarantee 400ns since last command was issued */ udelay(1); #endif /* * We do a passive status test under shared PCI interrupts on * cards that truly share the ATA side interrupt, but may also share Loading