[PATCH] i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
Alexandre Belloni
alexandre.belloni at bootlin.com
Thu Mar 20 15:03:05 PDT 2025
On Wed, 19 Mar 2025 09:08:01 -0700, Nathan Chancellor wrote:
> Clang warns (or errors with CONFIG_WERROR=y):
>
> drivers/i3c/master/svc-i3c-master.c:596:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
> 596 | default:
> | ^
> drivers/i3c/master/svc-i3c-master.c:596:2: note: insert 'break;' to avoid fall-through
> 596 | default:
> | ^
> | break;
> 1 error generated.
>
> [...]
Applied, thanks!
[1/1] i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
https://git.kernel.org/abelloni/c/e8d2d287e26d
Best regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the linux-i3c
mailing list