summaryrefslogtreecommitdiff
path: root/drivers/adc/stm32-adc.c
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-06-21 16:26:43 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-12 12:50:54 +0300
commit745b676d00c3cb3d6541fc3ef3290e3e880ae7ca (patch)
tree6cb696af8ce3b69ea5fb8b85e2cfde64de5bbe45 /drivers/adc/stm32-adc.c
parent0e9fb25f71a479a035145ce3977f10c4cfc7ac36 (diff)
downloadu-boot-745b676d00c3cb3d6541fc3ef3290e3e880ae7ca.tar.xz
stm32mp1: bsec: Fix warnings when compiling with W=1
This patch solves the following warnings: arch/arm/mach-stm32mp/bsec.c: In function 'stm32mp_bsec_read': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= STM32_BSEC_OTP_OFFSET) { ^~ arch/arm/mach-stm32mp/bsec.c: In function 'stm32mp_bsec_write': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= STM32_BSEC_OTP_OFFSET) { ^~ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers/adc/stm32-adc.c')
0 files changed, 0 insertions, 0 deletions