]> git.baikalelectronics.ru Git - kernel.git/commit
TTY: 8250_pnp, make checks bool
authorJiri Slaby <jslaby@suse.cz>
Tue, 12 Jan 2016 09:52:49 +0000 (10:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:16:21 +0000 (22:16 -0800)
commit77347af00b57c632a26f17fe0ce174ca55cb69ba
tree107d59e295b2d11accd4a23395ec73cb46d50528
parentd3e70a9ff3430c9e3c38577f09bf287a818e38dc
TTY: 8250_pnp, make checks bool

Since check_name and check_resources return only 0/1, switch them to
bool/true/false.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pnp.c