commit | 585289b4fc47a8d745bf922b86f4adc69b24088e | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:41 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:54 2019 +0200 |
tree | 490076b6d5b1ff9a39fc06221c1fb929226d1d44 | |
parent | 8e1947774e39f18912fb2fb130e1c5bba0db0d79 [diff] |
serial: stm32: Fix warnings when compiling with W=1 This patch solves the following warnings: drivers/serial/serial_stm32.c: In function 'stm32_serial_probe': warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if (plat->clock_rate < 0) { ^ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>