public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/9] [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto*
@ 2014-06-21 12:05 Daniel Walter
  0 siblings, 0 replies; only message in thread
From: Daniel Walter @ 2014-06-21 12:05 UTC (permalink / raw)
  To: Ben Dooks, linux-kernel; +Cc: linux-samsung-soc

 Replace obsolete strict_strto call with kstrto

Signed-off-by: Daniel Walter <dwalter@google.com>
---
 arch/arm/mach-s3c24xx/mach-jive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c
index e81ea82..bac9bb5 100644
--- a/arch/arm/mach-s3c24xx/mach-jive.c
+++ b/arch/arm/mach-s3c24xx/mach-jive.c
@@ -243,7 +243,7 @@ static int __init jive_mtdset(char *options)
 	if (options == NULL || options[0] == '\0')
 		return 0;
 
-	if (strict_strtoul(options, 10, &set)) {
+	if (kstrtoul(options, 10, &set)) {
 		printk(KERN_ERR "failed to parse mtdset=%s\n", options);
 		return 0;
 	}
-- 
2.0.0.526.g5318336


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-21 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-21 12:05 [PATCH 3/9] [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto* Daniel Walter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox