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)
commitcbc7f6bd8f824bdc1a4350e69130ba0419a3589d
tree47638ba16dc103babe6215197e2658d84cb30f8b
parent429b474990cb4e5e8cfe2352daf649d0599cccb6
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