drm/i915: fix open-coded DIV_ROUND_UP
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 18 Oct 2013 21:48:24 +0000 (18:48 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 21 Oct 2013 08:04:03 +0000 (10:04 +0200)
Use the nice Kernel macro, it makes the code much more readable.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found