]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/bluetooth/amp.c
Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / net / bluetooth / amp.c
index 78bec8df8525b81fb36311d51274fd1bde522f1a..aaa39409eeb75c61eb16e5ff4815f8caae1e065d 100644 (file)
@@ -161,7 +161,6 @@ static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output)
        }
 
        shash->tfm = tfm;
-       shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP;
 
        ret = crypto_shash_digest(shash, plaintext, psize, output);