From: Thomas Petazzoni Date: Tue, 22 Apr 2014 21:26:10 +0000 (+0200) Subject: memory: mvebu-devbus: use _SHIFT suffixes instead of _BIT X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~40^2~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a33692ee8f10f1ceb38001101a4f55de921d726;p=pandora-kernel.git memory: mvebu-devbus: use _SHIFT suffixes instead of _BIT As noted by Sebastian Hesselbarth, the definitions in mvebu-devbus.c are not bit definition, but rather shift values, so a _SHIFT prefix would make more sense. This commit therefore replaces the *_BIT definitions by *_SHIFT definitions. Signed-off-by: Thomas Petazzoni Acked-by: Sebastian Hesselbarth Tested-by: Ezequiel Garcia Link: https://lkml.kernel.org/r/1398202002-28530-7-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed