mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
[S390] Cleanup cpacf printk messages.
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>
This commit is contained in:
parent
c4cef07cf3
commit
d4ebabe8ca
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue