Re: [PATCH V3] mfd: replace strict_strtoul() with kstrtoul()

2013-06-04 Thread Lee Jones
On Tue, 04 Jun 2013, Jingoo Han wrote: > The usage of strict_strtoul() is not preferred, because > strict_strtoul() is obsolete. Thus, kstrtoul() should be > used. > > Signed-off-by: Jingoo Han > Reviewed-by: Andy Shevchenko > --- > Changes since v1: > - Removed redundant variables 'u8 reg'. >

[PATCH V3] mfd: replace strict_strtoul() with kstrtoul()

2013-06-03 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Reviewed-by: Andy Shevchenko --- Changes since v1: - Removed redundant variables 'u8 reg'. - Changed the type of 'user_value' from 'unsigned long' to '