upstream: [media] dib8000: Fix UCB measure with DVBv5 stats
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 17 Dec 2013 07:55:26 +0000 (04:55 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:52:42 +0000 (11:52 +0900)
commit31ee5a4da8b4e07a904be60f4f0a0008f484c75b
tree3ce50be3a7a57057e6420f761fd32a09fe70e9ae
parentfc08e1474e2b7e6d73e332fa548d337bb510ce95
upstream: [media] dib8000: Fix UCB measure with DVBv5 stats

On dib8000, the block error count is a monotonic 32 bits register.
With DVBv5 stats, we use a 64 bits counter, that it is reset
when a new channel is tuned.

Change the UCB counting start from 0 and to be returned with
64 bits, just like the API requests.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Acked-by: Patrick Boettcher <pboettcher@kernellabs.com>
drivers/media/dvb-frontends/dib8000.c