commit | 1e970b7d6d4fb3d715a34842ec00646f4b94bd72 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Mar 02 15:30:58 2015 -0600 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 09 14:41:12 2015 +0100 |
tree | 72545b3bfd680ad2a00b7be78964cf174a780762 | |
parent | b90f8f22ed86f4f1a38dd2178c4be558c0c70fb9 [diff] |
gpio: pxa: simplify BANK_OFF macro offset calculation The macro BANK_OFF which calculates the base offset for each GPIO port. The macro is needlessly complex and unreadable. Simplify the calculation to a simple math operation. Signed-off-by: Rob Herring <robh@kernel.org> Cc: linux-gpio@vger.kernel.org Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>