Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142081
b: refs/heads/master
c: d1b1bef
h: refs/heads/master
i:
  142079: 6909a86
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Apr 3, 2009
1 parent 25c7cee commit d53e2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad0ecd61f4ad3260ca8f7216765ddbb1a10677ea
refs/heads/master: d1b1bef4c9e67aa550e602a6a7f93bbb47dff0b8
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp)
skip_msi:

ret = request_irq(ha->pdev->irq, ha->isp_ops->intr_handler,
IRQF_DISABLED|IRQF_SHARED, QLA2XXX_DRIVER_NAME, rsp);
IRQF_SHARED, QLA2XXX_DRIVER_NAME, rsp);
if (ret) {
qla_printk(KERN_WARNING, ha,
"Failed to reserve interrupt %d already in use.\n",
Expand Down

0 comments on commit d53e2b5

Please sign in to comment.