aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2019-07-29 15:01:39 -0500
committerDavid S. Miller <davem@davemloft.net>2019-07-29 13:57:58 -0700
commit0bc10ad3a42a1c8ef2cef6e158cc40b87c46352d (patch)
tree636fab6bddf5df970b393cf6302ff719ee9bb23b /kernel
parentnet: sctp: drop unneeded likely() call around IS_ERR() (diff)
downloadlinux-dev-0bc10ad3a42a1c8ef2cef6e158cc40b87c46352d.tar.xz
linux-dev-0bc10ad3a42a1c8ef2cef6e158cc40b87c46352d.zip
net: wan: sdla: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through. This patch fixes the following warning (Building: i386): drivers/net/wan/sdla.c: In function ‘sdla_errors’: drivers/net/wan/sdla.c:414:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (cmd == SDLA_INFORMATION_WRITE) ^ drivers/net/wan/sdla.c:417:3: note: here default: ^~~~~~~ Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions