aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 694510af4fcd..70b8ebf08edd 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -1490,7 +1490,7 @@ EXPORT_SYMBOL(generate_random_uuid);
1490#include <linux/sysctl.h> 1490#include <linux/sysctl.h>
1491 1491
1492static int min_read_thresh = 8, min_write_thresh; 1492static int min_read_thresh = 8, min_write_thresh;
1493static int max_read_thresh = INPUT_POOL_WORDS * 32; 1493static int max_read_thresh = OUTPUT_POOL_WORDS * 32;
1494static int max_write_thresh = INPUT_POOL_WORDS * 32; 1494static int max_write_thresh = INPUT_POOL_WORDS * 32;
1495static char sysctl_bootid[16]; 1495static char sysctl_bootid[16];
1496 1496