Commit 538668d7 authored by Daniel Starke's avatar Daniel Starke Committed by Greg Kroah-Hartman
Browse files

tty: n_gsm: clean up dead code in gsm_queue()



Remove commented out code as it is never used and if anyone accidentally
turned it on, it would be broken.

Signed-off-by: default avatarDaniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20220420101346.3315-2-daniel.starke@siemens.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7a107b2c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1908,10 +1908,6 @@ static void gsm_queue(struct gsm_mux *gsm)
	case UI|PF:
	case UIH:
	case UIH|PF:
#if 0
		if (cr)
			goto invalid;
#endif
		if (dlci == NULL || dlci->state != DLCI_OPEN) {
			gsm_command(gsm, address, DM|PF);
			return;