From: Vignesh Babu Date: Tue, 12 Jun 2007 05:01:05 +0000 (+0530) Subject: UBI: use is_power_of_2() X-Git-Tag: v2.6.23-rc1~495^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7753f1692f53d82b4cc08084462b0fd2803c1f04;p=pandora-kernel.git UBI: use is_power_of_2() Replacing (n & (n-1)) in the context of power of 2 checks with is_power_of_2 Signed-off-by: Vignesh Babu Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed