projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef50311
)
ubifs: Remove return in compr_exit()
author
Yangtao Li
<frank.li@vivo.com>
Tue, 21 Mar 2023 07:11:36 +0000
(15:11 +0800)
committer
Richard Weinberger
<richard@nod.at>
Fri, 21 Apr 2023 20:31:03 +0000
(22:31 +0200)
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>
fs/ubifs/compress.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/compress.c
b/fs/ubifs/compress.c
index 3a92e6af69b2296347c97adece77e85a2224e0ef..75461777c466b1c93c24cbf05ae942bf0beae573 100644
(file)
--- a/
fs/ubifs/compress.c
+++ b/
fs/ubifs/compress.c
@@
-217,7
+217,6
@@
static void compr_exit(struct ubifs_compressor *compr)
{
if (compr->capi_name)
crypto_free_comp(compr->cc);
- return;
}
/**