diff options
author | Michal Orzel <michalorzel.eng@gmail.com> | 2022-04-23 14:38:09 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-23 16:15:26 +0300 |
commit | 834726828b47c08e84df02f975e30c5c65bf316b (patch) | |
tree | bf888f639b906e309205f3f2a8dfdc158c50c1e9 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 7ab89db979017255c2163880de5c63d8c9726aef (diff) | |
download | linux-834726828b47c08e84df02f975e30c5c65bf316b.tar.xz |
block/partitions/acorn: Remove redundant assignments
Get rid of redundant assignments to a variable slot from function
adfspart_check_ADFS. It is being assigned a value that is never read
as we are breaking out from the switch case and the function ends.
Reported by clang-tidy [deadcode.DeadStores]
Signed-off-by: Michal Orzel <michalorzel.eng@gmail.com>
Link: https://lore.kernel.org/r/20220423113811.13335-3-michalorzel.eng@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions