Re: [PATCH v4 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs

From: Wyes Karny
Date: Fri Feb 03 2023 - 03:36:22 EST


Hi Russell,

On 02 Feb 01:41, Russell Haley wrote:
>
>
> On 1/30/23 23:21, Wyes Karny wrote:
>
> > Only if the state requested matches
> > with the current state then -EBUSY value is returned.
>
> This differs from the behavior of intel_pstate, where writing the
> current state to the status file always succeeds.
>
> Why not do the same thing here?

Make sense. Will change this to return 0.
Thanks for reviewing.

Thanks,
Wyes