diff options
Diffstat (limited to 'net/bluetooth/cmtp/cmtp.h')
| -rw-r--r-- | net/bluetooth/cmtp/cmtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/cmtp/cmtp.h b/net/bluetooth/cmtp/cmtp.h index e4663aa14d26..785e79e953c5 100644 --- a/net/bluetooth/cmtp/cmtp.h +++ b/net/bluetooth/cmtp/cmtp.h | |||
| @@ -125,7 +125,7 @@ static inline void cmtp_schedule(struct cmtp_session *session) | |||
| 125 | { | 125 | { |
| 126 | struct sock *sk = session->sock->sk; | 126 | struct sock *sk = session->sock->sk; |
| 127 | 127 | ||
| 128 | wake_up_interruptible(sk->sk_sleep); | 128 | wake_up_interruptible(sk_sleep(sk)); |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | /* CMTP init defines */ | 131 | /* CMTP init defines */ |
