]> git.openfabrics.org - ~emulex/infiniband.git/commit
[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)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 19 Dec 2013 10:17:46 +0000 (08:17 -0200)
commit7a9d85d5559fff9214a3c41d441c9642805ddad3
tree10ff7fb636931448dc8adc463fb2bb8e58a9d422
parent42ff76bdb0bfe0675da507a35d893c8aa7c7a403
[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