nvme: fix miss command type check
[linux-block.git] / crypto / shash.c
index 5845b7d59b2f259ef0fa00475b8e805ebb5a0bb3..717b42df3495ed55a87e744da3153e898a380cf2 100644 (file)
@@ -548,7 +548,7 @@ static const struct crypto_type crypto_shash_type = {
 #ifdef CONFIG_PROC_FS
        .show = crypto_shash_show,
 #endif
-#ifdef CONFIG_CRYPTO_USER
+#if IS_ENABLED(CONFIG_CRYPTO_USER)
        .report = crypto_shash_report,
 #endif
 #ifdef CONFIG_CRYPTO_STATS