diff options
| author | zhong jiang <[email protected]> | 2018-08-17 00:37:15 +0800 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2018-10-15 17:23:27 +0200 |
| commit | 45128b08f74131753a10a584e3e5c4496b279269 (patch) | |
| tree | 55ab4d1310104c9115954a3293f8c74c868fcd32 /tools/perf/scripts/python/call-graph-from-sql.py | |
| parent | 556f3ca88ecb7087e7e3144e429414c60a300984 (diff) | |
btrfs: change btrfs_pin_log_trans to return void
btrfs_pin_log_trans defines the variable "ret" for return value, but it
is not modified after initialization. Further, I find that none of the
callers do handles the return value, so it is safe to drop the unneeded
"ret" and make it return void.
Signed-off-by: zhong jiang <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions