From: H Hartley Sweeten Date: Wed, 21 Jan 2015 22:11:47 +0000 (-0700) Subject: staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor values X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcdf8b5d01df2ac5aedf94e750a135c3798e3e93;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed