[ALSA] is_power_of_2 in rtctimer.c
authorvignesh babu <vignesh.babu@wipro.com>
Thu, 22 Feb 2007 12:23:01 +0000 (13:23 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 11 May 2007 14:55:42 +0000 (16:55 +0200)
commit62e96a1caab86e0d3688d59fcb6f682cc52d4917
tree26ffc1fab5bf2a3b5660ba43fdf06d1ff4bcfccd
parentac519028a4e7b919eaff65a1535824259df326c6
[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 <vignesh.babu@wipro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/rtctimer.c