Loading crypto/tcrypt.c +1 −1 Original line number Diff line number Diff line Loading @@ -768,7 +768,7 @@ static void test_deflate(void) tv = (void *)tvmem; tfm = crypto_alloc_comp("deflate", 0, CRYPTO_ALG_ASYNC); if (tfm == NULL) { if (IS_ERR(tfm)) { printk("failed to load transform for deflate\n"); return; } Loading Loading
crypto/tcrypt.c +1 −1 Original line number Diff line number Diff line Loading @@ -768,7 +768,7 @@ static void test_deflate(void) tv = (void *)tvmem; tfm = crypto_alloc_comp("deflate", 0, CRYPTO_ALG_ASYNC); if (tfm == NULL) { if (IS_ERR(tfm)) { printk("failed to load transform for deflate\n"); return; } Loading