Jiri Slaby af64a7cb09 ftrace: Pass retval through return in ftrace_dyn_arch_init()
No architecture uses the "data" parameter in ftrace_dyn_arch_init() in any
way, it just sets the value to 0. And this is used as a return value
in the caller -- ftrace_init, which just checks the retval against
zero.

Note there is also "return 0" in every ftrace_dyn_arch_init.  So it is
enough to check the retval and remove all the indirect sets of data on
all archs.

Link: http://lkml.kernel.org/r/1393268401-24379-3-git-send-email-jslaby@suse.cz

Cc: linux-arch@vger.kernel.org
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2014-03-07 10:06:13 -05:00
..
2013-02-17 23:36:56 -05:00
2012-05-11 19:27:46 -07:00
2012-07-26 16:46:15 -07:00
2012-05-27 23:52:44 -07:00
2012-05-14 14:05:09 -07:00
2013-02-20 13:36:50 -08:00
2013-12-03 11:51:51 -05:00
2013-11-12 15:22:34 -08:00
2013-10-02 20:02:35 -04:00
2013-11-13 12:09:05 +09:00
2012-08-18 23:26:19 -07:00
2013-02-17 23:36:56 -05:00
2013-06-13 22:12:14 +01:00
2012-03-28 18:30:03 +01:00
2013-07-31 19:10:03 -07:00
2013-02-14 09:21:16 -05:00