pinctrl: baytrail: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 16 Jul 2020 21:19:19 +0000 (16:19 -0500)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 19 Jul 2020 10:01:56 +0000 (13:01 +0300)
commit0a0930206762b34c74bf14242765dc52d56f2792
tree00feaa720b5345d1fd9f66f7adb4f48a7f1003e9
parent653d96455e1e30811f4b9ec44d3b9df9bd7a55a3
pinctrl: baytrail: 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>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-baytrail.c