Re: [U-Boot] [PATCH 18/20] cmd: pinmux: Fix warnings when compiling with W=1

2019-07-12 Thread Patrick DELAUNAY
Hi > From: Patrick DELAUNAY > Sent: vendredi 21 juin 2019 15:27 > > 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: h

[U-Boot] [PATCH 18/20] cmd: pinmux: Fix warnings when compiling with W=1

2019-06-21 Thread Patrick Delaunay
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 Signed-off-by: Patrick Delaunay