]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/thunderbolt/domain.c
drm/udl: Move clip-rectangle code out of udl_handle_damage()
[linux.git] / drivers / thunderbolt / domain.c
index 7416bdbd857616423d2917dc60c25539ecaece22..b7980c856898e7382a6562c7c1b97ed17f549505 100644 (file)
@@ -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);