diff options
Diffstat (limited to 'drivers/char/random.c')
-rw-r--r-- | drivers/char/random.c | 2 |
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 | ||
1492 | static int min_read_thresh = 8, min_write_thresh; | 1492 | static int min_read_thresh = 8, min_write_thresh; |
1493 | static int max_read_thresh = INPUT_POOL_WORDS * 32; | 1493 | static int max_read_thresh = OUTPUT_POOL_WORDS * 32; |
1494 | static int max_write_thresh = INPUT_POOL_WORDS * 32; | 1494 | static int max_write_thresh = INPUT_POOL_WORDS * 32; |
1495 | static char sysctl_bootid[16]; | 1495 | static char sysctl_bootid[16]; |
1496 | 1496 | ||