commit | ac5397a21964f9d6e9206c243d53c615e2562e58 | [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 | d0ffd15cffa1467bcc5537d255e0d57d5a1c0128 [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>