PCI: is_power_of_2 in drivers/pci/pci.c
authorvignesh babu <vignesh.babu@wipro.com>
Mon, 13 Aug 2007 12:53:14 +0000 (18:23 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:15 +0000 (15:03 -0700)
Replacing n & (n - 1) for power of 2 check by is_power_of_2(n)

Signed-off-by: vignesh babu <vignesh.babu@wipro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found