Files
u-boot/drivers/clk
Patrick Delaunay 67d74ce2fa clk: clk_stm32mp1: Fix warnings when compiling with W=1
This patch solves the following warnings:

drivers/clk/clk_stm32mp1.c: In function 'stm32mp1_clk_get_parent':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (i = 0; i < ARRAY_SIZE(stm32mp1_clks); i++)
                ^
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-07-12 11:50:55 +02:00
..
2019-06-11 10:42:48 +02:00
2018-08-03 19:53:10 -04:00
2019-05-09 00:44:13 +05:30
2018-05-08 18:50:23 -04:00
2019-05-21 07:52:34 +02:00
2018-09-18 00:01:18 -06:00