[media] cxd2841er: fix BER report via DVBv5 stats API
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 1 Jul 2016 14:03:15 +0000 (11:03 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 16 Jul 2016 09:53:46 +0000 (06:53 -0300)
commit4216be14be19ef3ca0c0afdb2f5c1a352e688a61
tree9acb20dd1d69395b566e21f66ea376905ef68c35
parenteca2d34b9d2ce70165a50510659838e28ca22742
[media] cxd2841er: fix BER report via DVBv5 stats API

What userspace expects is to receive both bit_error and bit_count
counters. So, instead of doing the division at the Kernel,
return the counters for userspace to handle it the way it
wants.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/cxd2841er.c