Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22629
b: refs/heads/master
c: a1d4f73
h: refs/heads/master
i:
  22627: 55bc37a
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Mar 12, 2006
1 parent 480ed7c commit 1eb4f50
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: a6becb084d4beb0b0c83651541f5b53f6da01e36
refs/heads/master: a1d4f73a00958162f91311396d37080f5e9b9ef1
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sim710.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ sim710_probe_common(struct device *dev, unsigned long base_addr,
out_put_host:
scsi_host_put(host);
out_release:
release_region(host->base, 64);
release_region(base_addr, 64);
out_free:
kfree(hostdata);
out:
Expand Down

0 comments on commit 1eb4f50

Please sign in to comment.