From: Mauro Carvalho Chehab Date: Fri, 4 Jul 2014 17:15:27 +0000 (-0300) Subject: [media] dib8000: Fix handling of interleave bigger than 2 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ba2e65bab3693cdd7c2ee0b8ba6477bd8c366b;p=pandora-kernel.git [media] dib8000: Fix handling of interleave bigger than 2 If interleave is bigger than 2, the code will set it to 0, as dib8000 registers use a log2(). So, change the code to handle it accordingly. Acked-By: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed