commit | 93cbcf5d22bbe6f2ecf64765d5f6085beceb3ee8 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Aug 20 16:03:09 2019 -0500 |
committer | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Aug 20 19:43:47 2019 -0500 |
tree | 0da01f438c914a3c641717acb5a5c882c47af539 | |
parent | 5274fdba8e3c04e9ac1ba457379afc8835f9aa0f [diff] |
MIPS: Octeon: Mark expected switch fall-through Mark switch cases where we are expecting to fall through. Fix the following warning (Building: cavium_octeon_defconfig mips): arch/mips/include/asm/octeon/cvmx-sli-defs.h:47:6: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>