Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a53568a2 authored by Breno Leitão's avatar Breno Leitão Committed by Greg Kroah-Hartman
Browse files

jsm: remove the ch_custom_speed field



Currently the ch_custom_speed field exists but is never used,
so, this patch removes it.

Signed-off-by: default avatarBreno Leitão <leitao@linux.vnet.ibm.com>
Cc: Scott Kilau <scottk@digi.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 354aaf96
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -216,7 +216,6 @@ struct jsm_channel {
	u8		ch_startc;	/* Start character		*/

	u32		ch_old_baud;	/* Cache of the current baud */
	u32		ch_custom_speed;/* Custom baud, if set */

	u32		ch_wopen;	/* Waiting for open process cnt */

+0 −4
Original line number Diff line number Diff line
@@ -957,10 +957,6 @@ static void neo_param(struct jsm_channel *ch)
		ch->ch_old_baud = 0;
		return;

	} else if (ch->ch_custom_speed) {
			baud = ch->ch_custom_speed;
			if (ch->ch_flags & CH_BAUD0)
				ch->ch_flags &= ~(CH_BAUD0);
	} else {
		int i;
		unsigned int cflag;