1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-10 11:26:19 +01:00
Files
u-boot-megous/drivers/serial
Patrick Delaunay 585289b4fc 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>
2019-07-12 11:50:54 +02:00
..
2019-05-10 22:43:18 +02:00