linuxdvb: another small typo
This commit is contained in:
parent
124039f1ae
commit
d4d7e3259a
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ linuxdvb_frontend_monitor ( void *aux )
|
|||
}
|
||||
if(fe_properties[2].u.st.len > 0) {
|
||||
if(fe_properties[2].u.st.stat[0].scale == FE_SCALE_COUNTER) {
|
||||
if(fe_properties[5].u.st.stat[0].uvalue > 0 )
|
||||
if(fe_properties[2].u.st.stat[0].uvalue > 0 )
|
||||
mmi->mmi_stats.ber = u16 / fe_properties[2].u.st.stat[0].uvalue;
|
||||
else
|
||||
mmi->mmi_stats.ber = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue