pinctrl: qcom: spmi-gpio: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 16 Jul 2020 21:22:13 +0000 (16:22 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 20 Jul 2020 13:38:27 +0000 (15:38 +0200)
commit1586f556ca90668f096284bc12cd3e311f5a04dc
tree93e96ee378edd5fc291b25d926967f8303917b97
parentbf3d3999084aac96d60597b2745d81081642a2f7
pinctrl: qcom: spmi-gpio: Use fallthrough pseudo-keyword

Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1].

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20200716212213.GA17623@embeddedor
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c