OSDN Git Service

n_gsm: switch dead to bool
authorJiri Slaby <jslaby@suse.cz>
Wed, 19 Feb 2020 08:49:46 +0000 (09:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2020 11:46:48 +0000 (12:46 +0100)
commit5677fcf376d5d129510f995efd8e77ef31ddf7d2
treea7cbb31a6afd6962cf3e44f50983fb145c8bab16
parentd8ca4ecf8dbd22728ce9f36cd76cc7702f76f297
n_gsm: switch dead to bool

Both gsm_dlci->dead and gsm_mux->dead are used as bools, so treat them
as such.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200219084949.28074-7-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c