commit | babdadc8a51ec54157d9e050eaf3f745052e1583 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> | Fri Apr 21 20:50:38 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 02 14:23:58 2023 -0400 |
tree | 156027ac4b695f51be467d8c1e1b7ef649608ac6 | |
parent | b955970b23773c98d7f47f5074b1775c382802c4 [diff] |
serial: msm-geni: fix a compile time warning from msm_serial_setbrg() 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 <vladimir.zapolskiy@linaro.org> Fixes: 324df15a292e ("serial: qcom: add support for GENI serial driver") Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>