]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 5 Nov 2021 09:20:16 +0000 (10:20 +0100)
commit69d0fb257d7fc0a4c3e9ae2fbee60391eab0151d
tree07e6fae36fb5fe5e6b16619fb3f84a7aeb389a08
parent7bb8f4d2a68e145eab662f57163911aa53029fc9
gpio: uniphier: Fix void functions to remove return value

BugLink: https://bugs.launchpad.net/bugs/1949640
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/gpio/gpio-uniphier.c