commit | 5f077644b95229ab3b27ee422e2b702d5e89653d | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@dowhile0.org> | Sun Apr 27 02:00:47 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat May 03 12:15:52 2014 -0700 |
tree | 808f0229957024fefd792fd12f0afa47ce8d1d70 | |
parent | f9748ef13b6a7dfe9fe9bcae8b3a8cbc10c1e188 [diff] |
gpio: em: 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>