Re: [PATCH] serial: stm32: fix initialization of RS485 mode
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-03-15 15:41:20
Also in:
linux-arm-kernel, linux-serial, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-03-15 15:41:20
Also in:
linux-arm-kernel, linux-serial, lkml
On Thu, Mar 15, 2018 at 9:44 AM, Bich HEMON [off-list ref] wrote:
Configure RS485 mode during port initialization.
Fixes: 1bcda09d291081a7732fcaa9d1745312404a4e36 ("serial: stm32: add
support for RS485 hardware control mode")
Signed-off-by: Bich Hemon <redacted>I noticed the unused-function warning from the original patch, and the patch also fixes that (besides looking like it does the right thing). Acked-by: Arnd Bergmann <arnd@arndb.de>