tracing: Replace strict_strto* with kstrto*
[linux-2.6-block.git] / kernel / trace / trace_functions.c
index 507a7a9630bf06a8f69c5e4dbe1224716574acd3..618dcf8bdb87046880f5ceefb0c14ef5e3fb2d1f 100644 (file)
@@ -366,7 +366,7 @@ ftrace_trace_onoff_callback(struct ftrace_hash *hash,
         * We use the callback data field (which is a pointer)
         * as our counter.
         */
-       ret = strict_strtoul(number, 0, (unsigned long *)&count);
+       ret = kstrtoul(number, 0, (unsigned long *)&count);
        if (ret)
                return ret;