Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: mtk-snfi: Remove redundant semicolons

Remove unnecessary semicolons.

Fixes: 764f1b7481645 ("spi: add driver for MTK SPI NAND Flash Interface")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250812033817.487565-3-liaoyuanhong@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Liao Yuanhong and committed by
Mark Brown
528a813a 0ecc0e17

-1
-1
drivers/spi/spi-mtk-snfi.c
··· 1139 1139 // Prepare for custom write interrupt 1140 1140 nfi_write32(snf, NFI_INTR_EN, NFI_IRQ_INTR_EN | NFI_IRQ_CUS_PG); 1141 1141 reinit_completion(&snf->op_done); 1142 - ; 1143 1142 1144 1143 // Trigger NFI into custom mode 1145 1144 nfi_write16(snf, NFI_CMD, NFI_CMD_DUMMY_WRITE);