git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40730d1
)
PCI: is_power_of_2 in drivers/pci/pci.c
author
vignesh babu
<vignesh.babu@wipro.com>
Mon, 13 Aug 2007 12:53:14 +0000
(18:23 +0530)
committer
Greg 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