crypto: fips - Use str_enabled_disabled() helper in fips_enable()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 23 Dec 2024 07:54:11 +0000 (08:54 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 4 Jan 2025 00:52:03 +0000 (08:52 +0800)
commit8f904adef62d9bd91dc8952eaf3004b5998cf4da
tree7ca40f31406633dd928ed2a8db3515cdd91373da
parent4ebd9a5ca478673cfbb38795cc5b3adb4f35fe04
crypto: fips - Use str_enabled_disabled() helper in fips_enable()

Remove hard-coded strings by using the str_enabled_disabled() helper
function.

Use pr_info() instead of printk(KERN_INFO) to silence a checkpatch
warning.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/fips.c