diff options
Diffstat (limited to 'net/rds/tcp_recv.c')
-rw-r--r-- | net/rds/tcp_recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/tcp_recv.c b/net/rds/tcp_recv.c index 3f8fb38996c7..4a87d9ef3084 100644 --- a/net/rds/tcp_recv.c +++ b/net/rds/tcp_recv.c | |||
@@ -172,7 +172,7 @@ static int rds_tcp_data_recv(read_descriptor_t *desc, struct sk_buff *skb, | |||
172 | while (left) { | 172 | while (left) { |
173 | if (!tinc) { | 173 | if (!tinc) { |
174 | tinc = kmem_cache_alloc(rds_tcp_incoming_slab, | 174 | tinc = kmem_cache_alloc(rds_tcp_incoming_slab, |
175 | arg->gfp); | 175 | arg->gfp); |
176 | if (!tinc) { | 176 | if (!tinc) { |
177 | desc->error = -ENOMEM; | 177 | desc->error = -ENOMEM; |
178 | goto out; | 178 | goto out; |