From: Lee Jones Date: Wed, 23 Jan 2013 13:26:02 +0000 (+0000) Subject: pinctrl/abx500: use the BIT() macro where appropriate X-Git-Tag: v3.9-rc1~153^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49dcf086e42c990639b84152e29ebd5aa49d6dde;p=pandora-kernel.git pinctrl/abx500: use the BIT() macro where appropriate The BIT() macro provides a simple and easy to read way of obtaining bit offsets into things like masks and hardware registers. In this patch we're simply replacing all instances of '1 << x' with 'bit(x)'. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed