diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-06-21 15:26:51 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:50:56 +0200 |
commit | 588448517f6531f00ce729a6e8cf5ef8c08261bf (patch) | |
tree | 2f2460ad3a646707bb1b243bbe4468d1b28a4dbe /Kconfig | |
parent | be56ab1b8f73a3f7f3c0315aaaa3126967e7c0e5 (diff) |
ram: stm32mp1_ram: Fix warnings when compiling with W=1
This patch solves the following warnings:
drivers/ram/stm32mp1/stm32mp1_ram.c: In function 'stm32mp1_ddr_clk_enable':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (idx = 0; idx < ARRAY_SIZE(clkname); idx++) {
^
drivers/ram/stm32mp1/stm32mp1_ram.c: In function 'stm32mp1_ddr_setup':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (idx = 0; idx < ARRAY_SIZE(param); idx++) {
^
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions