[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:
committed by
Heiko Carstens
parent
c4cef07cf3
commit
d4ebabe8ca
@@ -185,11 +185,8 @@ static int __init prng_init(void)
|
|||||||
prng_seed(16);
|
prng_seed(16);
|
||||||
|
|
||||||
ret = misc_register(&prng_dev);
|
ret = misc_register(&prng_dev);
|
||||||
if (ret) {
|
if (ret)
|
||||||
printk(KERN_WARNING
|
|
||||||
"Could not register misc device for PRNG.\n");
|
|
||||||
goto out_buf;
|
goto out_buf;
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
out_buf:
|
out_buf:
|
||||||
|
Reference in New Issue
Block a user