commit | 1a5691c451ff6dd5b12daa096a3e69b32f0f7ac0 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Mar 27 15:32:58 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 16:23:51 2025 -0600 |
tree | ec0278642358e3aad9a818cdfcb58f278af812f8 | |
parent | 48078d742de63257ad65e6697cf19cc6c9b961c7 [diff] |
gadget: f_thor: annotate switch/case fallthrough Even though we seem to catch POWEROFF and EFSCLEAR commands in the THOR protocol request handling, we ultimately do not seem to handle them (apart from sending a response), so those commands still print an error message. Annotate the switch/case fallthrough in this case, to make this clear to the compiler. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>