commit | bcdf8b5d01df2ac5aedf94e750a135c3798e3e93 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Jan 21 15:11:47 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 25 19:59:13 2015 +0800 |
tree | 1ba0d6525b547b52a4b8ba575e5ff8a0be6658de | |
parent | aae59483bce95c3fffd4fa66d5360712f372ba1a [diff] |
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>