Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32968
b: refs/heads/master
c: 072d3d1
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and Linus Torvalds committed Jul 31, 2006
1 parent 1a26d1a commit 181b98c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 58690664456b597796e58958861f365e096a1609
refs/heads/master: 072d3d1acb452f4abd8d3d20af661f2e28854b59
6 changes: 5 additions & 1 deletion trunk/drivers/char/hw_random/geode-rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ static int __init mod_init(void)
if (err) {
printk(KERN_ERR PFX "RNG registering failed (%d)\n",
err);
goto out;
goto err_unmap;
}
out:
return err;

err_unmap:
iounmap(mem);
goto out;
}

static void __exit mod_exit(void)
Expand Down

0 comments on commit 181b98c

Please sign in to comment.