Re: [PATCH 03/18] gadget: f_thor: annotate switch/case fallthrough

2025-03-31 Thread Mattijs Korpershoek
Hi Andre, Thank you for the patch. On jeu., mars 27, 2025 at 15:32, Andre Przywara wrote: > 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 pr

[PATCH 03/18] gadget: f_thor: annotate switch/case fallthrough

2025-03-27 Thread Andre Przywara
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