Re: [PATCH] Replacing simple_strtoul with kstrtoul

2015-01-17 Thread Greg KH
On Wed, Jan 14, 2015 at 12:00:42PM +0530, Asheesh Ranjan wrote: > Added code to move pointer till end of parsed string as being done by > simple_strtoul. Not checking return value of kstrtoul > Signed-off-by: Asheesh Ranjan > --- > drivers/staging/speakup/varhandlers.c | 17 +++-- >

[PATCH] Replacing simple_strtoul with kstrtoul

2015-01-13 Thread Asheesh Ranjan
Added code to move pointer till end of parsed string as being done by simple_strtoul. Not checking return value of kstrtoul Signed-off-by: Asheesh Ranjan --- drivers/staging/speakup/varhandlers.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/sta