pinctrl: single: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 16 Jul 2020 21:23:17 +0000 (16:23 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 20 Jul 2020 13:39:31 +0000 (15:39 +0200)
commitc4429556646edd7f557e1b6451e0b14b832634d3
tree90166984cf12744f30dabe55bb18aeac7fd0f1d7
parent1586f556ca90668f096284bc12cd3e311f5a04dc
pinctrl: single: 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/20200716212317.GA17754@embeddedor
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-single.c