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

gsm_mux->escape is used as a bool, so treat it as such.

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