[PATCH] net: hamradio: baycom_epp: Mark expected switch fall-through

2019-07-29 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. This patch fixes the following warning (Building: i386): drivers/net/hamradio/baycom_epp.c: In function ‘transmit’: drivers/net/hamradio/baycom_epp.c:491:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (i) {

Re: [PATCH] net: hamradio: baycom_epp: Mark expected switch fall-through

2019-07-29 Thread David Miller
From: "Gustavo A. R. Silva" Date: Mon, 29 Jul 2019 15:12:31 -0500 > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warning (Building: i386): > > drivers/net/hamradio/baycom_epp.c: In function ‘transmit’: > drivers/net/hamradio/baycom_epp.c:491:7: wa