diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-05-03 21:42:30 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-05-27 13:39:51 +0200 |
commit | 5350f6ec55df381cd99db2a6bde283328fb3f75a (patch) | |
tree | 84046cd8e25aff1b6354a8a4eebe365dc93e7512 /drivers/mtd/parsers/brcm_u-boot.c | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) | |
download | linux-5350f6ec55df381cd99db2a6bde283328fb3f75a.tar.gz linux-5350f6ec55df381cd99db2a6bde283328fb3f75a.tar.bz2 linux-5350f6ec55df381cd99db2a6bde283328fb3f75a.zip |
mtd: cfi: Get rid of redundant 'else'
In the snippets like the following
if (...)
return / goto / break / continue ...;
else
...
the 'else' is redundant. Get rid of it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240503184230.2927283-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/mtd/parsers/brcm_u-boot.c')
0 files changed, 0 insertions, 0 deletions