commit | a274bdbdfcf7d0631004b20c03d90bbfed70c9d2 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Oct 13 16:49:39 2021 +0300 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Mon Oct 18 18:10:48 2021 +0200 |
tree | 08a8b3ba4ebb2e8f4ceb633ebe2115c14af6723d | |
parent | c91cf42f61dc77b289784ea7b15a8531defa41c0 [diff] |
bcm47xx: Get rid of redundant 'else' In the snipped like if (...) return ...; else the 'else' is redundant. Get rid of it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>