Searched hist:"52 e47c7cdbfd6b0f497b864caf99c560b0633a8e" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pinmux.c | 52e47c7cdbfd6b0f497b864caf99c560b0633a8e Fri Jun 21 13:26:56 UTC 2019 Patrick Delaunay <patrick.delaunay@st.com> UPSTREAM: cmd: pinmux: Fix warnings when compiling with W=1
This patch solves the following warnings:
cmd/pinmux.c: In function 'do_dev': cmd/pinmux.c:26:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (ret) { ^ cmd/pinmux.c:30:2: note: here case 1: ^~~~
Change-Id: Id44069e23a59e52cd89dcc0043ad49ffc41430fd Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> (cherry picked from commit d23aef176f2c9eb9818755efecc381378b8d4b3f) Signed-off-by: Cody Xie <cody.xie@rock-chips.com>
|