]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ftrace: replace simple_strtoul with strict_strtoul
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 12 May 2008 19:21:00 +0000 (21:21 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 19:51:21 +0000 (21:51 +0200)
commitc6caeeb142cd3a03c46107aac45c8effc02bbadb
treea428fcd332d92feb6a380f13d3c94cab4e51ec64
parentcffae437cdfbc8a5370d38cefbff1dfe34dad6ca
ftrace: replace simple_strtoul with strict_strtoul

Andrew Morton suggested using strict_strtoul over simple_strtoul.
This patch replaces them in ftrace.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/trace/trace.c