mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08: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:
parent
ef5031137b
commit
c477d83c26
@ -217,7 +217,6 @@ static void compr_exit(struct ubifs_compressor *compr)
|
||||
{
|
||||
if (compr->capi_name)
|
||||
crypto_free_comp(compr->cc);
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user