diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-06-21 15:26:45 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:50:55 +0200 |
commit | c0d7f1fbade233703c1a06addfb4e742914917a4 (patch) | |
tree | e61a44a74c659874bf3e3e151dcada0126c96ba9 /drivers/core/devres.c | |
parent | 0fb03656730a58fc79831c8bcc852bc9f628b960 (diff) |
adc: stm32: Fix warnings when compiling with W=1
This patch solves the following warnings:
drivers/adc/stm32-adc-core.c: In function 'stm32h7_adc_clk_sel':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < ARRAY_SIZE(stm32h7_adc_ckmodes_spec); i++) {
^
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < ARRAY_SIZE(stm32h7_adc_ckmodes_spec); i++) {
^
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Diffstat (limited to 'drivers/core/devres.c')
0 files changed, 0 insertions, 0 deletions