diff options
| author | Andy Shevchenko <andy.shevchenko@gmail.com> | 2017-04-27 16:37:01 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-05-01 05:28:00 +0300 |
| commit | 90a1bb98167c75b65e2a0527ef9200d172be3442 (patch) | |
| tree | e2aa9af0d9afbfdf7c90179e480898c4878e303f /scripts/gcc-plugins/cyc_complexity_plugin.c | |
| parent | b77f016726bded1fe3abb10272343d39df6b50f1 (diff) | |
| download | linux-90a1bb98167c75b65e2a0527ef9200d172be3442.tar.xz | |
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 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions
