diff options
author | 2017-04-27 16:37:01 +0300 | |
---|---|---|
committer | 2017-04-30 22:28:00 -0400 | |
commit | 90a1bb98167c75b65e2a0527ef9200d172be3442 (patch) | |
tree | e2aa9af0d9afbfdf7c90179e480898c4878e303f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bnx2x: Reuse bnx2x_null_format_ver() (diff) | |
download | wireguard-linux-90a1bb98167c75b65e2a0527ef9200d172be3442.tar.xz wireguard-linux-90a1bb98167c75b65e2a0527ef9200d172be3442.zip |
bnx2x: Get rid of useless temporary variable
Replace pattern
int status;
...
status = func(...);
return status;
by
return func(...);
No functional change intented.
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions