Re: [Xen-devel] [PATCH v3 31/52] xen/drivers/cpufreq/cpufreq.c: let custom parameter parsing routines return errno

2017-08-22 Thread Jan Beulich
>>> On 16.08.17 at 14:51, wrote: > @@ -581,8 +585,12 @@ void __init cpufreq_cmdline_parse(char *str) > _gov_performance, > _gov_powersave > }; > +static char buf[128]; __initdata With that Reviewed-by: Jan Beulich Jan

[Xen-devel] [PATCH v3 31/52] xen/drivers/cpufreq/cpufreq.c: let custom parameter parsing routines return errno

2017-08-16 Thread Juergen Gross
Modify the custom parameter parsing routines in: xen/drivers/cpufreq/cpufreq.c to indicate whether the parameter value was parsed successfully. Cc: Jan Beulich Signed-off-by: Juergen Gross --- V3: - dont modify option value in handling function - remove