Re: [PATCH] drivers: cpufreq: use kstrtoul instead of obsolete simple_strtoul

2019-04-21 Thread kbuild test robot
Hi Mohan, Thank you for the patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [also build test ERROR on v5.1-rc5 next-20190418] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/co

[PATCH] drivers: cpufreq: use kstrtoul instead of obsolete simple_strtoul

2019-04-19 Thread Mohan Kumar
Replace the obsolte simple_strtoul function with kstrtoul. Signed-off-by: Mohan Kumar --- drivers/cpufreq/elanfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/elanfreq.c b/drivers/cpufreq/elanfreq.c index 03419f0..bed76da 100644 --- a/drivers/cpufreq/ela