kernel-ark/arch
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
..
alpha alpha: fix broken network checksum 2014-01-31 09:21:55 -08:00
arc Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2014-01-30 16:58:05 -08:00
arm ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
arm64 A small error handling problem and a compile breakage for ARM64. 2014-02-14 11:10:49 -08:00
avr32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-01-25 11:17:34 -08:00
blackfin ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
c6x
cris CRIS correction for 3.14 2014-01-28 09:01:14 -08:00
frv Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2014-01-30 16:58:05 -08:00
hexagon Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-01-25 11:17:34 -08:00
ia64 ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
m32r Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-01-25 11:17:34 -08:00
m68k Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block 2014-01-30 11:19:05 -08:00
metag ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
microblaze ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
mips ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
mn10300 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2014-01-30 16:58:05 -08:00
openrisc OpenRISC updates for 3.14 2014-01-30 17:08:41 -08:00
parisc execve: use 'struct filename *' for executable name passing 2014-02-05 12:54:53 -08:00
powerpc ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
s390 ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
score Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2014-01-31 09:31:14 -08:00
sh ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
sparc ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
tile ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
um Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml 2014-01-26 11:06:16 -08:00
unicore32 arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization 2014-01-27 21:02:39 -08:00
x86 ftrace: Pass retval through return in ftrace_dyn_arch_init() 2014-03-07 10:06:13 -05:00
xtensa Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block 2014-01-30 11:19:05 -08:00
.gitignore
Kconfig