commit | 8695b5111c5cf6587e5e97d6e879421fc54dc8d8 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Sun Jan 30 01:19:42 2022 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Jan 30 01:25:00 2022 +0000 |
tree | 2286fdc6d3cf292519d715c848596e822624b033 | |
parent | fb6f67013e3a6d74988615a4bea5f5926ec328d5 [diff] |
sunxi: gpio: Fix up pointer arithmetic The calls for flipping bits in the Allwinner pin controller registers were using unnecessarily complex pointer arithmetic. Improve readability by simplifying the expression. Signed-off-by: Andre Przywara <andre.przywara@arm.com>