Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328862
b: refs/heads/master
c: cb860bb
h: refs/heads/master
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Sep 24, 2012
1 parent ea67c0a commit 09b6bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 409ee0fe14b113cbb7ec6ef4a6e0982e2e5c1e8f
refs/heads/master: cb860bbd6b4b12cb56640fefceeaffb526eb7ac5
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2556,6 +2556,8 @@ qla24xx_intr_handler(int irq, void *dev_id)
}
WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_INT);
RD_REG_DWORD_RELAXED(&reg->hccr);
if (unlikely(IS_QLA83XX(ha) && (ha->pdev->revision == 1)))
ndelay(3500);
}
spin_unlock_irqrestore(&ha->hardware_lock, flags);

Expand Down

0 comments on commit 09b6bab

Please sign in to comment.