Skip to content
Snippets Groups Projects
Commit c477d83c authored by Yangtao Li's avatar Yangtao Li Committed by Richard Weinberger
Browse files

ubifs: Remove return in compr_exit()


It's redundant, let's remove it.

Signed-off-by: default avatarYangtao Li <frank.li@vivo.com>
Reviewed-by: default avatarZhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent ef503113
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,6 @@ static void compr_exit(struct ubifs_compressor *compr) ...@@ -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;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment