This commit is contained in:
Ralph Metzler 2018-03-28 19:44:15 +02:00
parent 1d7d8bc413
commit bed4be534a
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ static int read_ber(struct dvb_frontend *fe, u32 *ber)
p->pre_bit_error.stat[0].uvalue = reg[5];
p->pre_bit_count.len = 1;
p->pre_bit_count.stat[0].scale = FE_SCALE_COUNTER;
p->pre_bit_count.stat[0].uvalue = reg[6] * 188 * 8;
p->pre_bit_count.stat[0].uvalue = 8 * 188 * (u64)reg[6];
break;
case SYS_DVBS2:
break;