[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0da1eb8c9b8ef294309c1027896c409b.sboyd@kernel.org>
Date: Wed, 18 Oct 2023 18:06:16 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Jonathan Neuschäfer <j.neuschaefer@....net>,
linux-clk@...r.kernel.org
Cc: Jonathan Neuschäfer <j.neuschaefer@....net>,
Avi Fishman <avifishman70@...il.com>,
Tomer Maimon <tmaimon77@...il.com>,
Tali Perry <tali.perry1@...il.com>,
Patrick Venture <venture@...gle.com>,
Nancy Yuen <yuenn@...gle.com>,
Benjamin Fair <benjaminfair@...gle.com>,
Michael Turquette <mturquette@...libre.com>,
openbmc@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: npcm7xx: Fix incorrect kfree
Quoting Jonathan Neuschäfer (2023-09-23 06:31:27)
> The corresponding allocation is:
>
> > npcm7xx_clk_data = kzalloc(struct_size(npcm7xx_clk_data, hws,
> > NPCM7XX_NUM_CLOCKS), GFP_KERNEL);
>
> ... so, kfree should be applied to npcm7xx_clk_data, not
> npcm7xx_clk_data->hws.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@....net>
> ---
Applied to clk-next
Powered by blists - more mailing lists