sctp: fix sctp_setsockopt_autoclose compile warning
authorAndrei Pelinescu-Onciul <andrei@iptel.org>
Wed, 2 Dec 2009 09:16:49 +0000 (01:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Dec 2009 09:16:49 +0000 (01:16 -0800)
commit810c07194f6ef541625e65b53392e9f605611a1a
tree9ba4de19f2762a08ab4853c24feed86b1e373278
parentacb3cecdf89f9a9f30bf493f07dc5af333b45f8e
sctp: fix sctp_setsockopt_autoclose compile warning

Fix the following warning, when building on 64 bits:

net/sctp/socket.c:2091: warning: large integer implicitly
                        truncated to unsigned type

Signed-off-by: Andrei Pelinescu-Onciul <andrei@iptel.org>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c