We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a26e8 commit ec0b6aaCopy full SHA for ec0b6aa
drivers/char/random.c
@@ -808,7 +808,7 @@ static int crng_fast_load(const char *cp, size_t len)
808
invalidate_batched_entropy();
809
crng_init = 1;
810
wake_up_interruptible(&crng_init_wait);
811
- pr_notice("random: fast init done\n");
+ /* pr_notice("random: fast init done\n"); */
812
}
813
return 1;
814
@@ -847,7 +847,7 @@ static void crng_reseed(struct crng_state *crng, struct entropy_store *r)
847
crng_init = 2;
848
process_random_ready_list();
849
850
- pr_notice("random: crng init done\n");
+ /* pr_notice("random: crng init done\n"); */
851
852
853
0 commit comments