]> git.baikalelectronics.ru Git - kernel.git/commit
serial: kgdb_nmi: Use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 17:43:23 +0000 (10:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 20:26:57 +0000 (22:26 +0200)
commitc8666e0e932a378073e0a7ab683513e143f1df23
tree47638ba16dc103babe6215197e2658d84cb30f8b
parentc49ec980aadbd34f1650044fd8f5cdc41c74a78c
serial: kgdb_nmi: Use bool function return values of true/false not 1/0

Use the normal return values for bool functions

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/kgdb_nmi.c