USB: gadget: f_mass_storage: drop START_TRANSFER() macro
[platform/adaptation/renesas_rcar/renesas_kernel.git] / crypto / algboss.c
index c3c196b..791d194 100644 (file)
@@ -212,6 +212,10 @@ static int cryptomgr_test(void *data)
        u32 type = param->type;
        int err = 0;
 
+#ifdef CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
+       goto skiptest;
+#endif
+
        if (type & CRYPTO_ALG_TESTED)
                goto skiptest;