diff options
-rw-r--r-- | arch/s390/crypto/prng.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/s390/crypto/prng.c b/arch/s390/crypto/prng.c index 0cfefddd8375..6a4300b3ff52 100644 --- a/arch/s390/crypto/prng.c +++ b/arch/s390/crypto/prng.c | |||
@@ -185,11 +185,8 @@ static int __init prng_init(void) | |||
185 | prng_seed(16); | 185 | prng_seed(16); |
186 | 186 | ||
187 | ret = misc_register(&prng_dev); | 187 | ret = misc_register(&prng_dev); |
188 | if (ret) { | 188 | if (ret) |
189 | printk(KERN_WARNING | ||
190 | "Could not register misc device for PRNG.\n"); | ||
191 | goto out_buf; | 189 | goto out_buf; |
192 | } | ||
193 | return 0; | 190 | return 0; |
194 | 191 | ||
195 | out_buf: | 192 | out_buf: |