[media] v4l2-dv-timing: avoid rounding twice in gtf hblank calc
authorPrashant Laddha <prladdha@cisco.com>
Fri, 5 Jun 2015 08:13:31 +0000 (05:13 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 9 Jun 2015 20:41:47 +0000 (17:41 -0300)
commitdc0cf4cfed89d3a784a8d1c5897fae8f6a137fa5
tree4454f3fea0c3bbd00990217616dba826ca35bee1
parent7a5d99e7c9702932c266cffb71afd4e1f2282b31
[media] v4l2-dv-timing: avoid rounding twice in gtf hblank calc

Currently, in gtf hblank calculations, the rounding is used twice,
one at intermediate division and one at final state where hblank
is rounded to nearest multiple of twice cell granularity. This
error got introduced in 'commit d7ed5a3ddaec ("[media]
v4l2-dv-timings: fix rounding in hblank and hsync calculation"),
where it missed combining the rounding step. Correcting the same
in this patch.

Signed-off-by: Prashant Laddha <prladdha@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/v4l2-dv-timings.c