Skip to content

Commit c477d83

Browse files
bbkzzrichardweinberger
authored andcommitted
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>
1 parent ef50311 commit c477d83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/ubifs/compress.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ static void compr_exit(struct ubifs_compressor *compr)
217217
{
218218
if (compr->capi_name)
219219
crypto_free_comp(compr->cc);
220-
return;
221220
}
222221

223222
/**

0 commit comments

Comments
 (0)