]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
gpio: ath79: Fix fall-through warning for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 19 Nov 2020 17:09:01 +0000 (11:09 -0600)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 1 Dec 2020 14:49:50 +0000 (15:49 +0100)
commitd49ee56292d7d11586efd0b4feaafafc36d54101
tree17f507ef8560b4a55621274498221c2cccdfeb9c
parentbc5d098432225e381328be0301948a6cb34f11e3
gpio: ath79: Fix fall-through warning for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix a
warning by explicitly adding a fallthrough pseudo-keyword to indicate
that the code is intended to fall through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-ath79.c