From: vignesh babu Date: Sat, 25 Aug 2007 05:27:55 +0000 (-0700) Subject: [NET]: is_power_of_2 in net/core/neighbour.c X-Git-Tag: v2.6.23-rc4~3^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3609d510f844100669965db8a9ff10ba029bb4a;p=pandora-kernel.git [NET]: is_power_of_2 in net/core/neighbour.c Replacing n & (n - 1) for power of 2 check by is_power_of_2(n) Signed-off-by: vignesh babu Signed-off-by: David S. Miller --- Reading git-diff-tree failed