|
@@ -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;
|
|
|
}
|