commit | 4bef8bf20b69c3a98dbb9c8e406c22adb8fd3903 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 03 09:59:57 2018 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 10 08:49:14 2018 +0200 |
tree | 76a89d32b50333e22d72815f018cd188e8bf252e | |
parent | b4f53ed9633cf3801d7f5a9aa3c317a4e3d2d0e3 [diff] |
gpio: twl6040: Use bitops It's nice to use BIT() macros rather than open coding the same. It's good practice as sometimes people use BIT(31) and forget that the constant must be cast unsigned long. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>