Skip to content

Commit

Permalink
[S390] Cleanup cpacf printk messages.
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
  • Loading branch information
Jan Glauber authored and Heiko Carstens committed Jul 14, 2008
1 parent c4cef07 commit d4ebabe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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 d4ebabe

Please sign in to comment.