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:
4263280
)
Bluetooth: btmrvl: Use DIV_ROUND_UP macro
author
Andrei Emeltchenko
<andrei.emeltchenko@intel.com>
Fri, 28 Sep 2012 11:36:09 +0000
(14:36 +0300)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Fri, 28 Sep 2012 15:55:31 +0000
(12:55 -0300)
The kernel.h macro DIV_ROUND_UP performs the computation
(((n) + (d) - 1) / (d))
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
No differences found