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:
ae9da83
)
dm: use is_power_of_2
author
vignesh babu
<vignesh.babu@wipro.com>
Fri, 19 Oct 2007 21:38:44 +0000
(22:38 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Sat, 20 Oct 2007 01:01:06 +0000
(
02:01
+0100)
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: Alasdair G Kergon <agk@redhat.com>
No differences found