]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor values
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 21 Jan 2015 22:11:47 +0000 (15:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 11:59:13 +0000 (19:59 +0800)
commitf7e0824e897068a844a7b11ad508a430b3e36947
tree1ba0d6525b547b52a4b8ba575e5ff8a0be6658de
parent58f9531fc939caf255d2073a0935afdceb93777e
staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor values

Use the DIV_ROUND_UP macro to clarify the (((n) + (d) - 1) / (d)) calculations.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_labpc_common.c