Re: [PATCH V3 1/4] cpufreq: cppc: Fix potential memleak in cppc_cpufreq_cpu_init

From: Viresh Kumar
Date: Wed Jun 23 2021 - 22:08:43 EST


On 23-06-21, 14:44, Ionela Voinescu wrote:
> Might be better for this to be separate from the series, but I suppose
> all will be going in 5.14 anyway.

Right, it is easier to keep this all together for reviews.

> Nit: I would have preferred the more traditional:
>
> if (ret) {
> pr_debug();
> goto out;
> }
>
> return 0;
>
> It's always easier to read.

Sure.

--
viresh