Skip to content

Commit 6b10f1c

Browse files
Yang Lilag-linaro
authored andcommitted
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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9346 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent d763611 commit 6b10f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/tps6594-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static int tps6594_check_crc_mode(struct tps6594 *tps, bool primary_pmic)
513513
} else {
514514
regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG;
515515
mask_val = TPS6594_BIT_I2C1_SPI_CRC_EN;
516-
};
516+
}
517517

518518
/*
519519
* Check if CRC is enabled.

0 commit comments

Comments
 (0)