From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924Ab3FFTwD (ORCPT ); Thu, 6 Jun 2013 15:52:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52130 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818Ab3FFTwA (ORCPT ); Thu, 6 Jun 2013 15:52:00 -0400 Date: Thu, 6 Jun 2013 12:51:59 -0700 From: "'Greg Kroah-Hartman'" To: Jingoo Han Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Michael Hennerich , "'Eric Piel'" , "'Dimitri Sivanich'" , "'Robin Holt'" , "'Andy Shevchenko'" Subject: Re: [PATCH V3] rtc: rtc-pcf2123: replace strict_strtoul() with kstrtoul() Message-ID: <20130606195159.GA13011@kroah.com> References: <001201ce60d9$c815e190$5841a4b0$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001201ce60d9$c815e190$5841a4b0$@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Reviewed-by: Andy Shevchenko > --- > 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