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:
1a21e49
)
[DCCP] ccid3: Replace scaled division operations
author
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Sun, 10 Dec 2006 02:02:51 +0000
(
00:02
-0200)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 11 Dec 2006 22:34:43 +0000
(14:34 -0800)
This replaces the remaining uses of usecs_div with scaled_div32, which
internally uses 64bit division and produces a warning on overflow.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
No differences found