diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-10-29 22:20:15 +0000 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-11-14 20:27:39 +0100 |
commit | 7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2 (patch) | |
tree | 3911f757e2e29042bdc77a9a6b9e95879b540441 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ef027aca2961b5b60ec9e91e3758af751396ad3d (diff) | |
download | linux-stable-7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2.tar.gz linux-stable-7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2.tar.bz2 linux-stable-7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2.zip |
jffs2: remove redundant check on outpos > pos
The check for outpos > pos is always false because outpos is zero
and pos is at least zero; outpos can never be greater than pos.
The check is redundant and can be removed.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions