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 0f6b796c95c5..a7efe538df00 100644 --- a/drivers/tty/synclinkmp.c +++ b/drivers/tty/synclinkmp.c | |||
@@ -456,7 +456,7 @@ static int synclinkmp_device_count = 0; | |||
456 | * .text section address and breakpoint on module load. | 456 | * .text section address and breakpoint on module load. |
457 | * This is useful for use with gdb and add-symbol-file command. | 457 | * This is useful for use with gdb and add-symbol-file command. |
458 | */ | 458 | */ |
459 | static int break_on_load = 0; | 459 | static bool break_on_load = 0; |
460 | 460 | ||
461 | /* | 461 | /* |
462 | * Driver major number, defaults to zero to get auto | 462 | * Driver major number, defaults to zero to get auto |