mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08: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
@ -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 New Issue
Block a user