diff options
Diffstat (limited to 'drivers/char/lp.c')
-rw-r--r-- | drivers/char/lp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/lp.c b/drivers/char/lp.c index 97c3edb95ae7..f43485607063 100644 --- a/drivers/char/lp.c +++ b/drivers/char/lp.c | |||
@@ -829,7 +829,7 @@ static struct console lpcons = { | |||
829 | 829 | ||
830 | static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC }; | 830 | static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC }; |
831 | static char *parport[LP_NO]; | 831 | static char *parport[LP_NO]; |
832 | static int reset; | 832 | static bool reset; |
833 | 833 | ||
834 | module_param_array(parport, charp, NULL, 0); | 834 | module_param_array(parport, charp, NULL, 0); |
835 | module_param(reset, bool, 0); | 835 | module_param(reset, bool, 0); |