From: Gerrit Renker Date: Sun, 10 Dec 2006 02:24:57 +0000 (-0200) Subject: [DCCP] ccid3: BUG-FIX - conversion errors X-Git-Tag: v2.6.20-rc1~146^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8efc824098c241a1cde81f5558d222cb6f9369;p=pandora-kernel.git [DCCP] ccid3: BUG-FIX - conversion errors This fixes conversion errors which arose by not properly type-casting from u32 to __u64. Fixed by explicitly casting each type which is not __u64, or by performing operation after assignment. The patch further adds missing debug information to track the current value of X_recv. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed