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

Both gsm_dlci->constipated and gsm_mux->constipated 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-9-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c