diff options
Diffstat (limited to 'crypto/crypto_user.c')
-rw-r--r-- | crypto/crypto_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index d94d99ffe8b9..237f3795cfaa 100644 --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c | |||
@@ -375,7 +375,7 @@ static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, | |||
375 | err = PTR_ERR(alg); | 375 | err = PTR_ERR(alg); |
376 | if (err != -EAGAIN) | 376 | if (err != -EAGAIN) |
377 | break; | 377 | break; |
378 | if (signal_pending(current)) { | 378 | if (fatal_signal_pending(current)) { |
379 | err = -EINTR; | 379 | err = -EINTR; |
380 | break; | 380 | break; |
381 | } | 381 | } |