Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97591
b: refs/heads/master
c: d2ba567
h: refs/heads/master
i:
  97589: b56bb0c
  97587: 65e091f
  97583: 80d0444
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed May 15, 2008
1 parent fc9f8b4 commit 8f13fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 68af081151670af4ca405823f9dfb74ec6b20e66
refs/heads/master: d2ba5675d8993e669182250e41ad83e7a0b5d4ad
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ qla2x00_debounce_register(volatile uint16_t __iomem *addr)
static inline void
qla2x00_poll(scsi_qla_host_t *ha)
{
unsigned long flags;

local_irq_save(flags);
ha->isp_ops->intr_handler(0, ha);
local_irq_restore(flags);
}

static __inline__ scsi_qla_host_t *
Expand Down

0 comments on commit 8f13fcf

Please sign in to comment.