On Tue, Jun 04, 2013 at 01:12:52PM +0900, 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 <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > --- > Changes since v1: > - Splitted to two sequential checks. > - Added Andy Shevchenko's Reviewed-by. > > Changes since v1: > - Used return code from kstrtoul(). > > drivers/rtc/rtc-pcf2123.c | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-)
I'm not the drivers/rtc/ maintainer, why send this to me? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

