]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9514): cx18: Fix PLL freq computation for debug display
authorAndy Walls <awalls@radix.net>
Sun, 2 Nov 2008 21:54:10 +0000 (18:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:27 +0000 (17:53 -0200)
commitf4167342b572c6122c712e8c6e5391808c1e5503
tree8ed3a3421b48ff75899d31593d0ac2d3ac3a42bb
parent69acdf1e5a9146ec6667f6c4b439acd38c18f5ea
V4L/DVB (9514): cx18: Fix PLL freq computation for debug display

cx18: Fix PLL freq computation for debug display.
The code to compute the PLL freq from register values was storing an
intermediate 56 bit result in a 32 bit type, causing a nonsense value to
be displayed.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-av-core.c