diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-11-30 07:13:10 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-11-30 07:13:10 +0000 |
commit | c02e0599c4233f97071928f8118841954bacdadf (patch) | |
tree | e7ed5f6392a85dfa000d0263dd413b2fe2f26b48 /drivers/scsi/wd33c93.c | |
parent | a01cb3bdf448bff477c7434fb6e061a916511356 (diff) |
Remove superfluous disable_irq() statement. It was causing
interrupts to be disabled for a very long time.
Diffstat (limited to 'drivers/scsi/wd33c93.c')
-rw-r--r-- | drivers/scsi/wd33c93.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c index 6d60d12ae..733a9e186 100644 --- a/drivers/scsi/wd33c93.c +++ b/drivers/scsi/wd33c93.c @@ -292,7 +292,6 @@ int wd33c93_queuecommand (Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *)) Scsi_Cmnd *tmp; unsigned long flags; - disable_irq(cmd->host->irq); DB(DB_QCMD,printk("Q-%d-%02x-%ld( ",cmd->target,cmd->cmnd[0],cmd->pid)); /* Set up a few fields in the Scsi_Cmnd structure for our own use: |