commit | 8a4184cd68d35f148c89270f66d816f041f98260 | [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 | b6b3557ec7bb8f461c4747e9c65cd37df36d85e0 [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>