Re: [PATCH] serial: stm32: fix initialization of RS485 mode

2018-03-15 Thread Arnd Bergmann
On Thu, Mar 15, 2018 at 9:44 AM, Bich HEMON wrote: > Configure RS485 mode during port initialization. > > Fixes: 1bcda09d291081a7732fcaa9d1745312404a4e36 ("serial: stm32: add > support for RS485 hardware control mode") > > Signed-off-by: Bich Hemon I noticed the unused-function warning from the

[PATCH] serial: stm32: fix initialization of RS485 mode

2018-03-15 Thread Bich HEMON
Configure RS485 mode during port initialization. Fixes: 1bcda09d291081a7732fcaa9d1745312404a4e36 ("serial: stm32: add support for RS485 hardware control mode") Signed-off-by: Bich Hemon --- drivers/tty/serial/stm32-usart.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/tty/seri