commit | 41abadc47017486ccbb5edd6d14048a0b11cd49c | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Wed Oct 20 23:52:54 2021 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Jan 30 01:04:30 2022 +0000 |
tree | df48782c2c4690ad9d4b1c742bb8dcac8a8ba7c5 | |
parent | 0fe7a5fd4d4d6243a35fa532c88d93fdbb055c4e [diff] |
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>