commit | 6da33dbdcb3a07c5987a6ef2bd3f8a45ceef5b4b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Aug 26 19:03:50 2013 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 28 14:32:06 2013 +0200 |
tree | bd506678b9176ed76841c2e6ae5ae35f7ca8a52e | |
parent | a8a364bd27cc35c0c879ba4164c4757fa634a58d [diff] |
pinctrl: abx500: fix bitwise AND test The intent here was to test if the bit was set or not but there is a logical vs bitwise AND typo so it is true if any bits are set. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>