aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_std_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ax25/ax25_std_timer.c')
-rw-r--r--net/ax25/ax25_std_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_std_timer.c b/net/ax25/ax25_std_timer.c
index a29c480a4dc1..e3528b1a7802 100644
--- a/net/ax25/ax25_std_timer.c
+++ b/net/ax25/ax25_std_timer.c
@@ -34,7 +34,7 @@
34void ax25_std_heartbeat_expiry(ax25_cb *ax25) 34void ax25_std_heartbeat_expiry(ax25_cb *ax25)
35{ 35{
36 struct sock *sk=ax25->sk; 36 struct sock *sk=ax25->sk;
37 37
38 if (sk) 38 if (sk)
39 bh_lock_sock(sk); 39 bh_lock_sock(sk);
40 40