[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201216130534.13925-1-zhengyongjun3@huawei.com>
Date: Wed, 16 Dec 2020 21:05:34 +0800
From: Zheng Yongjun <zhengyongjun3@...wei.com>
To: <t-kristo@...com>, <mturquette@...libre.com>, <sboyd@...nel.org>,
<linux-omap@...r.kernel.org>, <linux-clk@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Zheng Yongjun <zhengyongjun3@...wei.com>
Subject: [PATCH -next] ti/fapll: Delete useless kfree code
The parameter of kfree function is NULL, so kfree code is useless, delete it.
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
---
drivers/clk/ti/fapll.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c
index 95e36ba64acc..a61d69159e9a 100644
--- a/drivers/clk/ti/fapll.c
+++ b/drivers/clk/ti/fapll.c
@@ -523,7 +523,6 @@ static struct clk * __init ti_fapll_synth_setup(struct fapll_data *fd,
return clk_register(NULL, &synth->hw);
free:
- kfree(synth);
kfree(init);
return ERR_PTR(-ENOMEM);
--
2.22.0
Powered by blists - more mailing lists