serial: sh-sci: Fix misplaced backport of "Fix late enablement of AUTORTS"
authorGuillaume Bertholon <guillaume.bertholon@ens.fr>
Tue, 8 Feb 2022 16:33:56 +0000 (17:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Feb 2022 11:43:52 +0000 (12:43 +0100)
commit40555e6d2b43a79bb9bf1a2ebb8d1aec9c25be83
tree7e695f118aab7f6d659cf0eba2a696ea98599118
parent29c00a3756a752f6ea24177d127767cfa24ea522
serial: sh-sci: Fix misplaced backport of "Fix late enablement of AUTORTS"

The upstream commit 5f76895e4c71 ("serial: sh-sci: Fix late enablement of
AUTORTS") inserted a new call to .set_mctrl().
However the backported version in stable (commit ad3faea03fdf ("serial:
sh-sci: Fix late enablement of AUTORTS")) does not insert it at the same
position.

This patch moves the added instructions back to where they should be
according to the upsteam patch.

Fixes: ad3faea03fdf ("serial: sh-sci: Fix late enablement of AUTORTS")
Signed-off-by: Guillaume Bertholon <guillaume.bertholon@ens.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c