mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
spi: mtk-snfi: Remove redundant semicolons
Remove unnecessary semicolons.
Fixes: 764f1b7481 ("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>
This commit is contained in:
parent
0ecc0e17f0
commit
528a813a5d
|
|
@ -1139,7 +1139,6 @@ static int mtk_snand_write_page_cache(struct mtk_snand *snf,
|
|||
// Prepare for custom write interrupt
|
||||
nfi_write32(snf, NFI_INTR_EN, NFI_IRQ_INTR_EN | NFI_IRQ_CUS_PG);
|
||||
reinit_completion(&snf->op_done);
|
||||
;
|
||||
|
||||
// Trigger NFI into custom mode
|
||||
nfi_write16(snf, NFI_CMD, NFI_CMD_DUMMY_WRITE);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user