Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-11 Thread Geert Uytterhoeven
On Sun, Jun 11, 2017 at 9:47 AM, Greg Kroah-Hartman wrote: > On Fri, Jun 09, 2017 at 03:07:58PM +0300, Andy Shevchenko wrote: >> Use sysfs_match_string() helper instead of open coded variant. >> >> Cc: Arnd Bergmann >> Cc: Greg Kroah-Hartman

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-11 Thread Geert Uytterhoeven
On Sun, Jun 11, 2017 at 9:47 AM, Greg Kroah-Hartman wrote: > On Fri, Jun 09, 2017 at 03:07:58PM +0300, Andy Shevchenko wrote: >> Use sysfs_match_string() helper instead of open coded variant. >> >> Cc: Arnd Bergmann >> Cc: Greg Kroah-Hartman >> Signed-off-by: Andy Shevchenko >> --- >>

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-11 Thread Greg Kroah-Hartman
On Fri, Jun 09, 2017 at 03:07:58PM +0300, Andy Shevchenko wrote: > Use sysfs_match_string() helper instead of open coded variant. > > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Signed-off-by: Andy Shevchenko > ---

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-11 Thread Greg Kroah-Hartman
On Fri, Jun 09, 2017 at 03:07:58PM +0300, Andy Shevchenko wrote: > Use sysfs_match_string() helper instead of open coded variant. > > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Signed-off-by: Andy Shevchenko > --- > drivers/misc/apds990x.c | 12 ++-- > 1 file changed, 6

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-10 Thread kbuild test robot
Hi Andy, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.12-rc4 next-20170609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-10 Thread kbuild test robot
Hi Andy, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.12-rc4 next-20170609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-10 Thread kbuild test robot
Hi Andy, [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on v4.12-rc4 next-20170609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-10 Thread kbuild test robot
Hi Andy, [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on v4.12-rc4 next-20170609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-09 Thread Andy Shevchenko
Use sysfs_match_string() helper instead of open coded variant. Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Signed-off-by: Andy Shevchenko --- drivers/misc/apds990x.c | 12 ++-- 1 file changed, 6 insertions(+),

[PATCH v1] misc: apds990x: Use sysfs_match_string() helper

2017-06-09 Thread Andy Shevchenko
Use sysfs_match_string() helper instead of open coded variant. Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Signed-off-by: Andy Shevchenko --- drivers/misc/apds990x.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/misc/apds990x.c b/drivers/misc/apds990x.c