Re: [PATCH] sgi-xpc: mark expected switch fall-through
On Wed, Mar 20, 2019 at 11:04 AM Gustavo A. R. Silva wrote: ... > Signed-off-by: Gustavo A. R. Silva Acked-by: Robin Holt
[PATCH] sgi-xpc: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/misc/sgi-xp/xpc_uv.c: In function ‘xpc_handle_activate_mq_msg_uv’: drivers/misc/sgi-xp/xpc_uv.c:573:3: warning: this statement may fall thro