X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Fthunderbolt%2Fdomain.c;h=b7980c856898e7382a6562c7c1b97ed17f549505;hb=ffc90486e320ba68f63de39fe04d757ce0cf49e5;hp=7416bdbd857616423d2917dc60c25539ecaece22;hpb=c114dc5e5bb3e6b7cf72005ea2fc0a54097cab19;p=linux.git diff --git a/drivers/thunderbolt/domain.c b/drivers/thunderbolt/domain.c index 7416bdbd8576..b7980c856898 100644 --- a/drivers/thunderbolt/domain.c +++ b/drivers/thunderbolt/domain.c @@ -678,7 +678,6 @@ int tb_domain_challenge_switch_key(struct tb *tb, struct tb_switch *sw) } shash->tfm = tfm; - shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; memset(hmac, 0, sizeof(hmac)); ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac);