Commit 474ec3e
function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()
After the commit 29c1c24 ("function_graph: Fix up ftrace_graph_ret_addr()")
ftrace_graph_ret_addr() doesn't need to initialize "int i" at the start.
Cc: Masami Hiramatsu <[email protected]>
Cc: Puranjay Mohan <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>1 parent 21e9280 commit 474ec3e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| |||
0 commit comments