From: Ang Way Chuang Date: Thu, 14 Dec 2006 16:51:44 +0000 (-0300) Subject: V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems X-Git-Tag: v2.6.20-rc3~55^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedcefb085fe98a1feaf63590fe2fc7e0ecb1987;p=pandora-kernel.git V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems CRC-32 checking during ULE decapsulation always failed on x86_64 systems due to the size of a variable used to store CRC. This bug was discovered on Fedora Core 6 with kernel-2.6.18-1.2849. The i386 counterpart has no such problem. This patch has been tested on 64-bit system as well as 32-bit system. Signed-off-by: Ang Way Chuang Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed