commit | 90a1bb98167c75b65e2a0527ef9200d172be3442 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andy.shevchenko@gmail.com> | Thu Apr 27 16:37:01 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 30 22:28:00 2017 -0400 |
tree | e2aa9af0d9afbfdf7c90179e480898c4878e303f | |
parent | b77f016726bded1fe3abb10272343d39df6b50f1 [diff] |
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>