From: Mauro Carvalho Chehab Date: Tue, 17 Dec 2013 07:55:26 +0000 (-0300) Subject: [media] dib8000: Fix UCB measure with DVBv5 stats X-Git-Tag: v3.14-rc1~20^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9d85d5559fff9214a3c41d441c9642805ddad3;p=pandora-kernel.git [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 Acked-by: Patrick Boettcher --- Reading git-diff-tree failed