]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dvb-core: fix bug in CRC-32 checking on 64-bit systems
authorAng Way Chuang <wcang@nrg.cs.usm.my>
Fri, 9 Mar 2007 07:32:38 +0000 (08:32 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 9 Mar 2007 07:32:38 +0000 (08:32 +0100)
commit90aab35b1626fce37326ea18cc54d7ff5ffa5ab6
tree9f090a04912d4dc61f8c286e20c4c0400ec0e512
parent5edf0f4dfbc697487add3c6eaecca1c9bf285d84
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 <wcang@nrg.cs.usm.my>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/dvb/dvb-core/dvb_net.c