diff options
author | Dan Carpenter <[email protected]> | 2020-12-01 10:04:34 +0300 |
---|---|---|
committer | Dominique Martinet <[email protected]> | 2020-12-01 08:19:02 +0100 |
commit | cfd1d0f524a87b7d6d14b41a14fa4cbe522cf8cc (patch) | |
tree | 8049ba04943044862d1f1a65b5e45147decbc355 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | dfd375864ac1e2ee60ed2d61820697ac01642f80 (diff) |
9p: Remove unnecessary IS_ERR() check
The "fid" variable can't be an error pointer so there is no need to
check. The code is slightly cleaner if we move the increment before
the break and remove the NULL check as well.
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Dominique Martinet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions