summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 541f26a67ba2..b2cab7770a11 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -3058,7 +3058,7 @@ struct tcp_md5sig_pool *tcp_get_md5sig_pool(void)
3058 local_bh_disable(); 3058 local_bh_disable();
3059 p = ACCESS_ONCE(tcp_md5sig_pool); 3059 p = ACCESS_ONCE(tcp_md5sig_pool);
3060 if (p) 3060 if (p)
3061 return __this_cpu_ptr(p); 3061 return raw_cpu_ptr(p);
3062 3062
3063 local_bh_enable(); 3063 local_bh_enable();
3064 return NULL; 3064 return NULL;