Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22627
b: refs/heads/master
c: c3c026b
h: refs/heads/master
i:
  22625: 7b4f600
  22623: 45d3aed
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Mar 12, 2006
1 parent b862a1c commit 55bc37a
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: 8800727ae8a20146981a9531ac833cb889666247
refs/heads/master: c3c026ba5a16867af47578ab2030ef51f9080084
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dmx3191d.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int __devinit dmx3191d_probe_one(struct pci_dev *pdev,
out_free_irq:
free_irq(shost->irq, shost);
out_release_region:
release_region(shost->io_port, DMX3191D_REGION_LEN);
release_region(io, DMX3191D_REGION_LEN);
out_disable_device:
pci_disable_device(pdev);
out:
Expand Down

0 comments on commit 55bc37a

Please sign in to comment.