commit | 1b03eb0454760142d9421e39c490a86959e01d2a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:39 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:54 2019 +0200 |
tree | dd29b36cfb15a6d7e5c1d2ab83889c37a318f53a | |
parent | 52b0e29c48ed4c539ac409cf6521f991fd1de3e3 [diff] |
stm32mp1: Fix warnings when compiling with W=1 This patch solves the following warnings: arch/arm/mach-stm32mp/cpu.c:378:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (instance > ARRAY_SIZE(serial_addr)) ^ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>