]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Flatten the entire tree fixes
authorEli Cohen <eli@mellanox.co.il>
Sun, 3 Apr 2011 07:07:44 +0000 (10:07 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:05:49 +0000 (05:05 -0700)
As from now we are going to avoid using patches to commit changes to the
driver. Instead, we will push directly to the source files. Backports are still
maintained but only for 2.6.18-EL5.5; backaports of 2.6.32 are completely
removed.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c

index 1b0ff42d2dd6c388781abbc5a9d0b5f349e6e0f6..dca141f9ba23191dd00a416e3fc46eb125244048 100644 (file)
@@ -1360,7 +1360,7 @@ static inline void sdp_push_pending_frames(struct sock *sk)
 
 /* SOL_SOCKET level options are handled by sock_setsockopt */
 static int sdp_setsockopt(struct sock *sk, int level, int optname,
-                         char __user *optval, int optlen)
+                         char __user *optval, unsigned optlen)
 {
        struct sdp_sock *ssk = sdp_sk(sk);
        int val;