Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26615
b: refs/heads/master
c: 77347ff
h: refs/heads/master
i:
  26613: ef52f4a
  26611: d0a5f96
  26607: 6730df4
v: v3
  • Loading branch information
Zach Brown authored and James Bottomley committed Apr 20, 2006
1 parent 3288a7a commit 5bb29eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1a34456bbbdaa939ffa567d15a0797c269f901b7
refs/heads/master: 77347ff7554b317a0120cb774b3bd6258a2c4bb4
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,8 +1700,8 @@ qla2x00_free_device(scsi_qla_host_t *ha)
ha->flags.online = 0;

/* Detach interrupts */
if (ha->pdev->irq)
free_irq(ha->pdev->irq, ha);
if (ha->host->irq)
free_irq(ha->host->irq, ha);

/* release io space registers */
if (ha->iobase)
Expand Down

0 comments on commit 5bb29eb

Please sign in to comment.