]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b74e398b34bc8148569ec77429c74a0af047a1b
tree9ba4de19f2762a08ab4853c24feed86b1e373278
parentc31f07aecc3371c53b1ec287cb59b797ad635591
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