autofs: make autofs_expire_direct() static
[sfrench/cifs-2.6.git] / crypto / af_alg.c
index c166f424871c86a356b15eff8bdd3b2be6406a87..b053179e0bc532e019b249eb0b96ba76fc3bb103 100644 (file)
@@ -1071,7 +1071,7 @@ __poll_t af_alg_poll(struct file *file, struct socket *sock,
        struct af_alg_ctx *ctx = ask->private;
        __poll_t mask;
 
-       sock_poll_wait(file, sk_sleep(sk), wait);
+       sock_poll_wait(file, wait);
        mask = 0;
 
        if (!ctx->more || ctx->used)