Message ID | 20220228172144.329264359@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
Hi! > From: daniel.starke@siemens.com <daniel.starke@siemens.com> > > commit 737b0ef3be6b319d6c1fd64193d1603311969326 upstream. > ... > Signed-off-by: Daniel Starke <daniel.starke@siemens.com> It is probably too late to fix it now, but it would be nice to have matching From: and Signed-off-by: and have real name in From:. Best regards, Pavel
--- a/drivers/tty/n_gsm.c +++ b/drivers/tty/n_gsm.c @@ -444,7 +444,7 @@ static u8 gsm_encode_modem(const struct modembits |= MDM_RTR; if (dlci->modem_tx & TIOCM_RI) modembits |= MDM_IC; - if (dlci->modem_tx & TIOCM_CD) + if (dlci->modem_tx & TIOCM_CD || dlci->gsm->initiator) modembits |= MDM_DV; return modembits; }