diff options
Diffstat (limited to 'drivers/tty/synclinkmp.c')
| -rw-r--r-- | drivers/tty/synclinkmp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c index 0f6b796c95c..a7efe538df0 100644 --- a/drivers/tty/synclinkmp.c +++ b/drivers/tty/synclinkmp.c @@ -456,7 +456,7 @@ static int synclinkmp_device_count = 0;   * .text section address and breakpoint on module load.   * This is useful for use with gdb and add-symbol-file command.   */ -static int break_on_load = 0; +static bool break_on_load = 0;  /*   * Driver major number, defaults to zero to get auto  | 
