diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2025-03-19 11:30:10 +0000 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-04-10 03:59:57 +0000 |
| commit | 539d33455f96532ac88115c35b1769db966003c6 (patch) | |
| tree | 511541c8e393e017858da7c1781b333030a7eb82 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 0af2f6be1b4281385b618cb86ad946eded089ac8 (diff) | |
f2fs: remove redundant assignment to variable err
The variable err is being assigned a value zero and then the following
goto page_hit reassigns err a new value. The zero assignment is redundant
and can be removed.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
[Jaegeuk Kim: clean up braces and if condition, suggested by Dan Carpenter]
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
