Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: vmx - Remove overly verbose printk from AES XTS init
In p8_aes_xts_init() we do a printk(KERN_INFO ...) to report the fallback implementation we're using. However with a slow console this can significantly affect the speed of crypto operations. So remove it. Fixes: c07f5d3 ("crypto: vmx - Adding support for XTS") Cc: [email protected] # v4.8+ Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information