diff options
Diffstat (limited to 'drivers/scsi/aic7xxx_old.c')
-rw-r--r-- | drivers/scsi/aic7xxx_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index 3bfd9296bbfa..93984c9dfe14 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c | |||
@@ -6472,7 +6472,7 @@ do_aic7xxx_isr(int irq, void *dev_id) | |||
6472 | unsigned long cpu_flags; | 6472 | unsigned long cpu_flags; |
6473 | struct aic7xxx_host *p; | 6473 | struct aic7xxx_host *p; |
6474 | 6474 | ||
6475 | p = (struct aic7xxx_host *)dev_id; | 6475 | p = dev_id; |
6476 | if(!p) | 6476 | if(!p) |
6477 | return IRQ_NONE; | 6477 | return IRQ_NONE; |
6478 | spin_lock_irqsave(p->host->host_lock, cpu_flags); | 6478 | spin_lock_irqsave(p->host->host_lock, cpu_flags); |