diff options
| author | Colin Ian King <[email protected]> | 2021-07-21 12:09:15 +0000 |
|---|---|---|
| committer | Steven Rostedt (VMware) <[email protected]> | 2021-07-23 12:46:02 +0000 |
| commit | 3b1a8f457fcf105924c72e99f1191834837c978d (patch) | |
| tree | 832745c25ae7f19ab2c34950550f9cb5a5fdc18c /lib/debugobjects.c | |
| parent | ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary (diff) | |
| download | kernel-3b1a8f457fcf105924c72e99f1191834837c978d.tar.gz kernel-3b1a8f457fcf105924c72e99f1191834837c978d.zip | |
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/[email protected]
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions
