tracing: Replace strict_strto* with kstrto*
[deliverable/linux.git] / kernel / trace / trace_uprobe.c
index 03003cd7dd962d1ca31b2574f9d09f77a74f47a4..4ff9ca4f359a45ea08300940809b65c3c2db753d 100644 (file)
@@ -252,7 +252,7 @@ static int create_trace_uprobe(int argc, char **argv)
        if (ret)
                goto fail_address_parse;
 
-       ret = strict_strtoul(arg, 0, &offset);
+       ret = kstrtoul(arg, 0, &offset);
        if (ret)
                goto fail_address_parse;
 
This page took 0.02472 seconds and 5 git commands to generate.