diff options
-rw-r--r-- | kernel/trace/trace_functions_graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index 6f8fe28acba1..76b05980225c 100644 --- a/kernel/trace/trace_functions_graph.c +++ b/kernel/trace/trace_functions_graph.c | |||
@@ -287,7 +287,6 @@ trace_graph_function(struct trace_array *tr, | |||
287 | unsigned long ip, unsigned long parent_ip, | 287 | unsigned long ip, unsigned long parent_ip, |
288 | unsigned long flags, int pc) | 288 | unsigned long flags, int pc) |
289 | { | 289 | { |
290 | __trace_graph_function(tr, parent_ip, flags, pc); | ||
291 | __trace_graph_function(tr, ip, flags, pc); | 290 | __trace_graph_function(tr, ip, flags, pc); |
292 | } | 291 | } |
293 | 292 | ||