[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a206cd2a-03ef-4c8b-8f8d-635e8a02e72a@web.de>
Date: Thu, 28 Dec 2023 07:39:05 +0100
From: Markus Elfring <Markus.Elfring@....de>
To: kernel test robot <lkp@...el.com>, linux-omap@...r.kernel.org,
linux-clk@...r.kernel.org, kernel-janitors@...r.kernel.org,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Claudiu Beznea <claudiu.beznea@...on.dev>,
Michael Turquette <mturquette@...libre.com>, Rob Herring <robh@...nel.org>,
Stephen Boyd <sboyd@...nel.org>, Tero Kristo <kristo@...nel.org>,
Tony Lindgren <tony@...mide.com>
Cc: oe-kbuild-all@...ts.linux.dev, LKML <linux-kernel@...r.kernel.org>,
cocci@...ia.fr
Subject: Re: [09/10] clk: ti: Less function calls in
_ti_clkctrl_clk_register() after error detection
…
> drivers/clk/ti/clkctrl.c: In function '_ti_clkctrl_clk_register':
>>> drivers/clk/ti/clkctrl.c:330:1: error: 'free_init_name' undeclared (first use in this function)
…
> 328 cleanup:
> 329 kfree(clkctrl_clk);
> > 330 free_init_name;
> 331 kfree(init.name);
> 332 return ret;
…
Will it become helpful to fix a typo for the delimiter of the shown label?
Or:
Are you looking for further adjustments according to software design options
which would be supported by the file “cleanup.h”?
https://elixir.bootlin.com/linux/v6.7-rc7/source/include/linux/cleanup.h
Regards,
Markus
Powered by blists - more mailing lists