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 85da8740586b..732215b805c1 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c | |||
@@ -387,7 +387,7 @@ static DECLARE_WAIT_QUEUE_HEAD(random_write_wait); | |||
387 | static struct fasync_struct *fasync; | 387 | static struct fasync_struct *fasync; |
388 | 388 | ||
389 | #if 0 | 389 | #if 0 |
390 | static int debug; | 390 | static bool debug; |
391 | module_param(debug, bool, 0644); | 391 | module_param(debug, bool, 0644); |
392 | #define DEBUG_ENT(fmt, arg...) do { \ | 392 | #define DEBUG_ENT(fmt, arg...) do { \ |
393 | if (debug) \ | 393 | if (debug) \ |