[PATCH] opp: fix bad error check logic in the opp helper register

2020-10-29 Thread Tero Kristo
The error check is incorrectly negated causing the helper to never register anything. This causes platforms that depend on this functionality to fail always with any cpufreq transition, and at least TI DRA7 based platforms fail to boot completely due to warning message flood from

Re: [PATCH] opp: fix bad error check logic in the opp helper register

2020-10-29 Thread Tero Kristo
On 28/10/2020 16:54, Viresh Kumar wrote: On 28-10-20, 16:13, Tero Kristo wrote: The error check is incorrectly negated causing the helper to never register anything. This causes platforms that depend on this functionality to fail always with any cpufreq transition, and at least TI DRA7 based

Re: [PATCH] opp: fix bad error check logic in the opp helper register

2020-10-28 Thread Viresh Kumar
On 28-10-20, 16:13, Tero Kristo wrote: > The error check is incorrectly negated causing the helper to never > register anything. This causes platforms that depend on this > functionality to fail always with any cpufreq transition, and at least > TI DRA7 based platforms fail to boot completely due