Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99000
b: refs/heads/master
c: d4ebabe
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Heiko Carstens committed Jul 14, 2008
1 parent 068aaee commit 8a6a55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: c4cef07cf39e18e9211a674d99cafde434b45a81
refs/heads/master: d4ebabe8cae5a9265eb55b7f873b6b7d92c0cdd6
5 changes: 1 addition & 4 deletions trunk/arch/s390/crypto/prng.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,8 @@ static int __init prng_init(void)
prng_seed(16);

ret = misc_register(&prng_dev);
if (ret) {
printk(KERN_WARNING
"Could not register misc device for PRNG.\n");
if (ret)
goto out_buf;
}
return 0;

out_buf:
Expand Down

0 comments on commit 8a6a55e

Please sign in to comment.