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