]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btmrvl: Use DIV_ROUND_UP macro
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 28 Sep 2012 11:36:09 +0000 (14:36 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 28 Sep 2012 15:55:31 +0000 (12:55 -0300)
commit842bf961de18629c27a766844e186e7aa5b8ce64
treeed1c0882b491ea1a85a863a248327d6c621ae79b
parentd3fc98406ddea35b34244bab45c8c7ac16947303
Bluetooth: btmrvl: Use DIV_ROUND_UP macro

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>
drivers/bluetooth/btmrvl_sdio.c