ubifs: Remove return in compr_exit()

It's redundant, let's remove it.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Yangtao Li 2023-03-21 15:11:36 +08:00 committed by Richard Weinberger
parent ef5031137b
commit c477d83c26
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ static void compr_exit(struct ubifs_compressor *compr)
{
if (compr->capi_name)
crypto_free_comp(compr->cc);
return;
}
/**