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:
4545a88
)
[SCSI] libiscsi: use is_power_of_2
author
vignesh babu
<vignesh.babu@wipro.com>
Thu, 13 Dec 2007 18:43:41 +0000
(12:43 -0600)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Sat, 12 Jan 2008 00:28:51 +0000
(18:28 -0600)
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: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found