Re: [PATCH] cpufreq: Print driver name if cpufreq_suspend() fails

2019-08-26 Thread Rafael J. Wysocki
On Thursday, August 22, 2019 6:21:20 PM CEST Florian Fainelli wrote: > On 8/21/19 7:42 PM, Viresh Kumar wrote: > > On 21-08-19, 16:16, Florian Fainelli wrote: > >> Instead of printing the policy, which is incidentally a kernel pointer, > >> so with limited interest, print the cpufreq driver name

Re: [PATCH] cpufreq: Print driver name if cpufreq_suspend() fails

2019-08-22 Thread Florian Fainelli
On 8/21/19 7:42 PM, Viresh Kumar wrote: > On 21-08-19, 16:16, Florian Fainelli wrote: >> Instead of printing the policy, which is incidentally a kernel pointer, >> so with limited interest, print the cpufreq driver name that failed to >> be suspend, which is more useful for debugging. >> >> Fixes:

Re: [PATCH] cpufreq: Print driver name if cpufreq_suspend() fails

2019-08-21 Thread Viresh Kumar
On 21-08-19, 16:16, Florian Fainelli wrote: > Instead of printing the policy, which is incidentally a kernel pointer, > so with limited interest, print the cpufreq driver name that failed to > be suspend, which is more useful for debugging. > > Fixes: 2f0aea936360 ("cpufreq: suspend governors on

[PATCH] cpufreq: Print driver name if cpufreq_suspend() fails

2019-08-21 Thread Florian Fainelli
Instead of printing the policy, which is incidentally a kernel pointer, so with limited interest, print the cpufreq driver name that failed to be suspend, which is more useful for debugging. Fixes: 2f0aea936360 ("cpufreq: suspend governors on system suspend/hibernate") Signed-off-by: Florian