[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230321071136.68872-1-frank.li@vivo.com>
Date: Tue, 21 Mar 2023 15:11:36 +0800
From: Yangtao Li <frank.li@...o.com>
To: Richard Weinberger <richard@....at>
Cc: Yangtao Li <frank.li@...o.com>, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ubifs: remove return in compr_exit()
It's redundant, let's remove it.
Signed-off-by: Yangtao Li <frank.li@...o.com>
---
fs/ubifs/compress.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ubifs/compress.c b/fs/ubifs/compress.c
index 3a92e6af69b2..75461777c466 100644
--- 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;
}
/**
--
2.35.1
Powered by blists - more mailing lists