mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
[media] mb86a20s: Fix signal strength calculus
A register typo made the calculation to not work. Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
15b1c5a068
commit
dad78c5662
|
|
@ -335,7 +335,7 @@ static int mb86a20s_read_signal_strength(struct dvb_frontend *fe)
|
|||
rc = mb86a20s_writereg(state, 0x04, 0x20);
|
||||
if (rc < 0)
|
||||
return rc;
|
||||
rc = mb86a20s_writereg(state, 0x04, rf);
|
||||
rc = mb86a20s_writereg(state, 0x05, rf);
|
||||
if (rc < 0)
|
||||
return rc;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user