From: Dan Carpenter Date: Mon, 26 Aug 2013 16:03:50 +0000 (+0300) Subject: pinctrl: abx500: fix bitwise AND test X-Git-Tag: v3.12-rc1~151^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da33dbdcb3a07c5987a6ef2bd3f8a45ceef5b4b;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed