From: vignesh babu Date: Thu, 22 Feb 2007 12:23:01 +0000 (+0100) Subject: [ALSA] is_power_of_2 in rtctimer.c X-Git-Tag: v2.6.22-rc1~22^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e96a1caab86e0d3688d59fcb6f682cc52d4917;p=pandora-kernel.git [ALSA] is_power_of_2 in rtctimer.c 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: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed