[media] tda18271: fix bad calculation of main post divider byte
authorMichael Krufky <mkrufky@kernellabs.com>
Sat, 16 Apr 2011 16:22:10 +0000 (13:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 19 Apr 2011 14:32:44 +0000 (11:32 -0300)
commit3f688e8c62fb69ff65bc9325831b5b3d3f5ef8ed
treeaa5fc2696c410d3dc09bccb4c5a9ec7c2e3dc341
parent381ad0ea146465406a0740f437e9971ceb6465a9
[media] tda18271: fix bad calculation of main post divider byte

R_MPD bit 3 does not depend on analog vs. digital. Just use
(0x7f & pd) directly from the values in the main pll table.

Thanks to Stefan Sibiga for pointing this out.

Cc: Stefan Sibiga <stefansibiga@yahoo.ca>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tda18271-common.c