]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpio: uniphier: Fix void functions to remove return value
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Thu, 16 Sep 2021 11:19:35 +0000 (20:19 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Oct 2021 13:31:13 +0000 (15:31 +0200)
commitf5f9afab8bbbec241d0e26795d4e4ab3825e765e
tree4ba0ef79829274d4643c567f6b851cac0e0d1e0a
parentef57ed80fb9a6dbd3166d466a2c9c14f2d717dbb
gpio: uniphier: Fix void functions to remove return value

[ Upstream commit 2dd824cca3407bc9a2bd11b00f6e117b66fcfcf1 ]

The return type of irq_chip.irq_mask() and irq_chip.irq_unmask() should
be void.

Fixes: dbe776c2ca54 ("gpio: uniphier: add UniPhier GPIO controller driver")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpio-uniphier.c