From: Yang Li Date: Tue, 18 Jun 2024 01:18:54 +0000 (+0800) Subject: mfd: tps6594-core: Remove unneeded semicolon in tps6594_check_crc_mode() X-Git-Tag: v6.11-rc1~147^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b10f1c581f302b12bdd77d06038984a0709e0b0;p=thirdparty%2Fkernel%2Flinux.git mfd: tps6594-core: Remove unneeded semicolon in tps6594_check_crc_mode() Abaci Robot reports: drivers/mfd/tps6594-core.c:516:2-3: Unneeded semicolon Let's remove it. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9346 Signed-off-by: Yang Li Link: https://lore.kernel.org/r/20240618011854.109426-1-yang.lee@linux.alibaba.com Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/tps6594-core.c b/drivers/mfd/tps6594-core.c index c59f3d7e32b09..a7223e873cd16 100644 --- a/drivers/mfd/tps6594-core.c +++ b/drivers/mfd/tps6594-core.c @@ -513,7 +513,7 @@ static int tps6594_check_crc_mode(struct tps6594 *tps, bool primary_pmic) } else { regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG; mask_val = TPS6594_BIT_I2C1_SPI_CRC_EN; - }; + } /* * Check if CRC is enabled.