aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2017-09-06 14:26:00 +0800
committerJens Axboe <[email protected]>2017-09-06 08:17:33 -0600
commitda22f0eea555baf9b0a84b52afe56db2052cfe8d (patch)
treef9bcc1c208542f271d9bd6813571d50791aecf3f /tools/perf/scripts/python/export-to-sqlite.py
parent9baf30972b5568d8b5bc8b3c46a6ec5b58100463 (diff)
bcache: silence static checker warning
In olden times, closure_return() used to have a hidden return built in. We removed the hidden return but forgot to add a new return here. If "c" were NULL we would oops on the next line, but fortunately "c" is never NULL. Let's just remove the if statement. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Coly Li <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions