bcm47xx: Get rid of redundant 'else'
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 13 Oct 2021 13:49:39 +0000 (16:49 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 18 Oct 2021 16:10:48 +0000 (18:10 +0200)
commita274bdbdfcf7d0631004b20c03d90bbfed70c9d2
tree08a8b3ba4ebb2e8f4ceb633ebe2115c14af6723d
parentc91cf42f61dc77b289784ea7b15a8531defa41c0
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>
arch/mips/pci/pci-bcm47xx.c