Re: [PATCH V2] clk: renesas: Fix memory leak of 'cpg'

From: baihaowen
Date: Thu Apr 14 2022 - 05:31:24 EST


在 4/14/22 5:29 PM, Sergey Shtylyov 写道:
> Hello!
>
> On 4/13/22 11:19 AM, Haowen Bai wrote:
>
>> Fix this issue by freeing the cpg when exiting the function in the
>> error/normal path.
>>
>> Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx>
>> ---
>> V1->V2: free both cpg&clks.
>>
>> drivers/clk/renesas/clk-r8a73a4.c | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
> 2 patches with the same name won't do -- you always need to include the chip name
> part of the file name in the subject (in this case r8a73a4).
>
> MBR, Sergey
Got it, thank you for your kindly reminder.

--
Haowen Bai