Re: [PATCH 5/6] serial: msm-geni: fix a compile time warning from msm_serial_setbrg()

2023-03-30 Thread Konrad Dybcio
On 30.03.2023 21:47, Vladimir Zapolskiy wrote: > A compiler warns about a missing function prototype, which is valid > and fixed by converting the function into static one, also fix > interleaved local variable declarations and assignments. > > Signed-off-by: Vladimir Zapolskiy > --- Fixes:

[PATCH 5/6] serial: msm-geni: fix a compile time warning from msm_serial_setbrg()

2023-03-30 Thread Vladimir Zapolskiy
A compiler warns about a missing function prototype, which is valid and fixed by converting the function into static one, also fix interleaved local variable declarations and assignments. Signed-off-by: Vladimir Zapolskiy --- drivers/serial/serial_msm_geni.c | 6 +++--- 1 file changed, 3