From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VD5sh-0004EH-CU for linux-mtd@lists.infradead.org; Sat, 24 Aug 2013 04:55:24 +0000 Received: by mail-pd0-f172.google.com with SMTP id z10so1426871pdj.31 for ; Fri, 23 Aug 2013 21:55:02 -0700 (PDT) Date: Fri, 23 Aug 2013 21:54:58 -0700 From: Brian Norris To: Jingoo Han Subject: Re: [PATCH] mtd: mtdswap: replace strict_strtoul() with kstrtoul() Message-ID: <20130824045458.GC19575@brian-ubuntu> References: <000701ce844c$c63f4820$52bdd860$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701ce844c$c63f4820$52bdd860$@samsung.com> Cc: Artem Bityutskiy , linux-mtd@lists.infradead.org, 'David Woodhouse' , 'Artem Bityutskiy' List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Jul 19, 2013 at 03:54:11PM +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 Applied to l2-mtd.git. Thanks! Brian