diff options
-rw-r--r-- | kernel/futex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index d9b3a2228f9d..17828033a639 100644 --- a/kernel/futex.c +++ b/kernel/futex.c | |||
@@ -1971,7 +1971,7 @@ retry_private: | |||
1971 | /* Unqueue and drop the lock */ | 1971 | /* Unqueue and drop the lock */ |
1972 | unqueue_me_pi(&q); | 1972 | unqueue_me_pi(&q); |
1973 | 1973 | ||
1974 | goto out; | 1974 | goto out_put_key; |
1975 | 1975 | ||
1976 | out_unlock_put_key: | 1976 | out_unlock_put_key: |
1977 | queue_unlock(&q, hb); | 1977 | queue_unlock(&q, hb); |