mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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:
committed by
Richard Weinberger
parent
ef5031137b
commit
c477d83c26
@@ -217,7 +217,6 @@ static void compr_exit(struct ubifs_compressor *compr)
|
|||||||
{
|
{
|
||||||
if (compr->capi_name)
|
if (compr->capi_name)
|
||||||
crypto_free_comp(compr->cc);
|
crypto_free_comp(compr->cc);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user