mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 18:53:02 +09:00
The upstream commit5f76895e4c("serial: sh-sci: Fix late enablement of AUTORTS") inserted a new call to .set_mctrl(). However the backported version in stable (commitad3faea03f("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:ad3faea03f("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>