commit | b1e9fec2b8690b153b0b9ebbe9dfe6a246d55e4a | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@dowhile0.org> | Sun Apr 27 02:00:49 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat May 03 12:16:16 2014 -0700 |
tree | 77982e045bef0aea2640193f6683810cc6918512 | |
parent | 459b81808f76f4a0e902e4988200373a627a57a8 [diff] |
gpio: omap: 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>