Files
u-boot/drivers
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-01-15 15:28:53 -05:00
2019-05-21 08:03:38 +02:00
2019-07-12 11:18:53 +02:00
2019-07-05 14:19:41 +02:00
2019-02-27 09:12:33 +08:00
2019-05-18 08:15:35 -04:00
2019-06-11 10:42:48 +02:00
2019-06-23 14:18:48 +08:00
2019-02-20 15:27:08 +08:00
2019-05-10 22:48:11 +02:00
2019-05-24 10:14:10 -07:00
2019-07-09 09:26:43 +03:00
2019-07-11 14:11:18 -04:00
2019-07-06 23:31:52 +02:00