summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/Kconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-06-21 15:26:47 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-12 11:50:55 +0200
commit499504ba0656d822c2c3e6e8aa5cde8404963217 (patch)
treee765c5fade5e2c1ff4dcc69548963a078ed6dfa5 /drivers/power/regulator/Kconfig
parent99e14b2793015bf6323138b6058861bda086259f (diff)
i2c: stm32f7_i2c: Fix warnings when compiling with W=1
This patch solves the following warnings: drivers/i2c/stm32f7_i2c.c: In function 'stm32_i2c_compute_solutions': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (scldel < scldel_min) ^ warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (((sdadel >= sdadel_min) && ^~ warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (sdadel <= sdadel_max)) && ^~ drivers/i2c/stm32f7_i2c.c: In function 'stm32_i2c_choose_solution': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (clk_error < clk_error_prev) { ^ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers/power/regulator/Kconfig')
0 files changed, 0 insertions, 0 deletions