]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/inet_connection_sock.c
Pull video into test branch
[linux-2.6-omap-h63xx.git] / net / ipv4 / inet_connection_sock.c
index 96bbe2a0aa1b05e41fcd144e3b11a61b17d854ba..9d68837888d376d186e76d4eedf839d4ebb1bc29 100644 (file)
@@ -343,7 +343,7 @@ struct dst_entry* inet_csk_route_req(struct sock *sk,
 EXPORT_SYMBOL_GPL(inet_csk_route_req);
 
 static inline u32 inet_synq_hash(const __be32 raddr, const __be16 rport,
-                                const u32 rnd, const u16 synq_hsize)
+                                const u32 rnd, const u32 synq_hsize)
 {
        return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1);
 }