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:
4d6144d
)
mmc: sh_mmcif: simplify clock divisor calculation
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Wed, 23 Nov 2011 14:52:30 +0000
(15:52 +0100)
committer
Chris Ball
<cjb@laptop.org>
Thu, 12 Jan 2012 04:58:42 +0000
(23:58 -0500)
Replace ilog2(__rounddown_pow_of_two(x)) with the equivalent but much
simpler fls(x) - 1.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
No differences found