From: Ville Syrjälä Date: Sat, 26 Oct 2013 14:11:01 +0000 (+0300) Subject: drm: Simplify the math in drm_calc_timestamping_constants() X-Git-Tag: v3.14-rc1~47^2~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dae35a3886c883bf993c8776dafd8a3bb2fef44;p=pandora-kernel.git drm: Simplify the math in drm_calc_timestamping_constants() drm_calc_timestamping_constants() makes the math more complex than necessary. - multipying the dotclock by 1000 is pointless, just makes all the numbers bigger - div64_u64() is also pointless, div_u64 is enough - pixeldur_ns doesn't need any 64bit math Reviewed-by: mario.kleiner.de@gmail.com Signed-off-by: Ville Syrjälä --- Reading git-diff-tree failed