Re: [PATCH] devfreq: replace sscanf with kstrtol

2017-08-07 Thread gsantosh
On 2017-08-07 10:55, Chanwoo Choi wrote: Hi, On 2017년 08월 07일 13:47, gsant...@codeaurora.org wrote: On 2017-08-04 20:42, Chanwoo Choi wrote: Hi, On Fri, Aug 4, 2017 at 12:57 PM, wrote: Hi, Adding error checks to devfreq userspace governor, the current implementation results in setting wro

Re: [PATCH] devfreq: replace sscanf with kstrtol

2017-08-06 Thread Chanwoo Choi
Hi, On 2017년 08월 07일 13:47, gsant...@codeaurora.org wrote: > On 2017-08-04 20:42, Chanwoo Choi wrote: >> Hi, >> >> On Fri, Aug 4, 2017 at 12:57 PM, wrote: >>> Hi, >>> >>> Adding error checks to devfreq userspace governor, the current >>> implementation results in setting wrong >>> frequency when

Re: [PATCH] devfreq: replace sscanf with kstrtol

2017-08-06 Thread gsantosh
On 2017-08-04 20:42, Chanwoo Choi wrote: Hi, On Fri, Aug 4, 2017 at 12:57 PM, wrote: Hi, Adding error checks to devfreq userspace governor, the current implementation results in setting wrong frequency when sscanf returns error. From 12e0a347addd70529b2c378299b27b65f0766f99 Mon Sep 17 00:0

Re: [PATCH] devfreq: replace sscanf with kstrtol

2017-08-04 Thread Chanwoo Choi
Hi, On Fri, Aug 4, 2017 at 12:57 PM, wrote: > Hi, > > Adding error checks to devfreq userspace governor, the current > implementation results in setting wrong > frequency when sscanf returns error. > > > From 12e0a347addd70529b2c378299b27b65f0766f99 Mon Sep 17 00:00:00 2001 > From: Santosh Mardi