Re: [PATCH] Bluetooth: Mark expected switch fall-throughs
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2018-03-31 08:39:46
Also in:
linux-bluetooth, lkml
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2018-03-31 08:39:46
Also in:
linux-bluetooth, lkml
Hi Gustavo,
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva <redacted> --- net/bluetooth/mgmt.c | 1 + net/bluetooth/rfcomm/sock.c | 1 + 2 files changed, 2 insertions(+)
patch has been applied to bluetooth-next tree. Regards Marcel