Skip to content
Commit 217fb00a authored by Chanho Park's avatar Chanho Park Committed by Inki Dae
Browse files

drm/exynos: use DIV_ROUND_CLOSEST to find the closest div



This patch uses DIV_ROUND_CLOSEST instead of DIV_ROUND_UP
The DIV_ROUND_CLOSEST can be used to find the closest integer
value when we divide some integers.

Signed-off-by: default avatarChanho Park <chanho61.park@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 4e6319cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment