Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ebabe8 authored by Jan Glauber's avatar Jan Glauber Committed by Heiko Carstens
Browse files

[S390] Cleanup cpacf printk messages.

parent c4cef07c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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: