You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
serial: remove termios checks from various old char serial drivers
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -1753,9 +1753,6 @@ static void stli_settermios(struct tty_struct *tty, struct ktermios *old)
|
||||
return;
|
||||
|
||||
tiosp = tty->termios;
|
||||
if ((tiosp->c_cflag == old->c_cflag) &&
|
||||
(tiosp->c_iflag == old->c_iflag))
|
||||
return;
|
||||
|
||||
stli_mkasyport(portp, &aport, tiosp);
|
||||
stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);
|
||||
|
||||
Reference in New Issue
Block a user