commit | 9e8efc824098c241a1cde81f5558d222cb6f9369 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Sun Dec 10 00:24:57 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Dec 11 14:34:58 2006 -0800 |
tree | 443c107edcac509a93857184f1d2e00933369dcb | |
parent | 7af5af3013f84693a7af581e3c8b32f9db493cf5 [diff] |
[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 <gerrit@erg.abdn.ac.uk> Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>