mtd: spinand: winbond: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
Chen Ni
2026-02-02 09:36:33 +08:00
committed by Miquel Raynal
parent b4af7d194d
commit 0f8a217670

View File

@@ -408,7 +408,7 @@ static int w35n0xjw_vcr_cfg(struct spinand_device *spinand,
break;
default:
return -EOPNOTSUPP;
};
}
dummy_cycles = ((ref_op->dummy.nbytes * 8) / ref_op->dummy.buswidth) /
(ref_op->dummy.dtr ? 2 : 1);