commit | bea415041c28907d721f0647b3b80f613f0c4d37 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@dowhile0.org> | Sun Apr 27 02:00:50 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat May 03 12:16:24 2014 -0700 |
tree | c167aa8bf703c5a18c56ef20b52bdd6d7a6e6888 | |
parent | b1e9fec2b8690b153b0b9ebbe9dfe6a246d55e4a [diff] |
gpio: pl061: use BIT() macro instead of shifting bits Using the BIT() macro instead of shifting bits makes the code less error prone and also more readable. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>