commit | 9e2a8bca026b30377a43873483e4e1351a3c0bf4 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:56 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:57 2019 +0200 |
tree | 5e6768b6e67169294d49f244b20164550303a670 | |
parent | 02502072c30759f493e986392958f45fe3b2aa9d [diff] |
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: ^~~~ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>