sunxi: gpio: Return void from setter functions
authorSamuel Holland <samuel@sholland.org>
Thu, 21 Oct 2021 04:52:54 +0000 (23:52 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 30 Jan 2022 01:04:30 +0000 (01:04 +0000)
commitac5397a21964f9d6e9206c243d53c615e2562e58
treedf48782c2c4690ad9d4b1c742bb8dcac8a8ba7c5
parentd0ffd15cffa1467bcc5537d255e0d57d5a1c0128
sunxi: gpio: Return void from setter functions

The return values of these functions are always zero, and they are
never checked. Since they are not needed, remove them.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/include/asm/arch-sunxi/gpio.h
arch/arm/mach-sunxi/pinmux.c