commit | 5a10c752078a4f25db38ca139dccd2756e6cb8d8 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:49 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:56 2019 +0200 |
tree | 5f8cc60136f49f00ae0cae24cb88a6fbb6f25afb | |
parent | 942ee2389d723e8e65ad6fe767ba1ae465552d24 [diff] |
power: regulator: stm32: Fix warnings when compiling with W=1 This patch solves the following warnings: drivers/power/regulator/stm32-vrefbuf.c: In function 'stm32_vrefbuf_set_value': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (uV == stm32_vrefbuf_voltages[i]) { ^~ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>