staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_action
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 10 Oct 2017 19:01:16 +0000 (14:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:53:50 +0000 (15:53 +0200)
commit640019bba41942b7ee99385abe068e0f7c3e736d
treecdd28468643acc5dcb5e56fde6b6e2a23918e8b0
parentf8af6a323368dd28fcea9742d582593c9adb2261
staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_action

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/base.c