aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/tipc/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 9c362c5759ba..ddcb2a753aa6 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -1133,7 +1133,7 @@ restart:
1133 /* Loop around if more data is required */ 1133 /* Loop around if more data is required */
1134 1134
1135 if ((sz_copied < buf_len) /* didn't get all requested data */ 1135 if ((sz_copied < buf_len) /* didn't get all requested data */
1136 && (!skb_queue_empty(&sock->sk->sk_receive_queue) || 1136 && (!skb_queue_empty(&sk->sk_receive_queue) ||
1137 (flags & MSG_WAITALL)) 1137 (flags & MSG_WAITALL))
1138 /* ... and more is ready or required */ 1138 /* ... and more is ready or required */
1139 && (!(flags & MSG_PEEK)) /* ... and aren't just peeking at data */ 1139 && (!(flags & MSG_PEEK)) /* ... and aren't just peeking at data */