]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_console: Use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 23:46:10 +0000 (16:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 14:15:30 +0000 (16:15 +0200)
commitf580d730c90c11be0ef4fe88aff3de80845176cb
treed385b50d09c50e68181a1406233c71ce7cf1f6bd
parent0b509d8d336eef6d622d66b3ae2a1fc3a072bf92
virtio_console: 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>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c