Commit 3b1a8f4
ftrace: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.
Link: https://lkml.kernel.org/r/20210721120915.122278-1-colin.king@canonical.com
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>1 parent 68e8349 commit 3b1a8f4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7545 | 7545 | | |
7546 | 7546 | | |
7547 | 7547 | | |
7548 | | - | |
| 7548 | + | |
7549 | 7549 | | |
7550 | 7550 | | |
7551 | 7551 | | |
| |||
0 commit comments