Re: Fwd: [PATCH -next] serial: stm32: Make stm32_get_databits static

2019-06-05 Thread Erwan LE RAY
OK for me. Erwan. On 6/5/19 9:08 AM, Fabrice Gasnier wrote: > Un autre qu'on avait pas vu... > > > Forwarded Message > Subject: [PATCH -next] serial: stm32: Make stm32_get_databits static > Date: Tue, 28 May 2019 17:04:49 +0800 > F

[PATCH -next] serial: stm32: Make stm32_get_databits static

2019-05-28 Thread YueHaibing
Fix sparse warning: drivers/tty/serial/stm32-usart.c:603:14: warning: symbol 'stm32_get_databits' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/tty/serial/stm32-usart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d