diff options
| author | Chen Ni <nichen@iscas.ac.cn> | 2026-02-02 09:36:33 +0800 |
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2026-02-03 17:15:20 +0100 |
| commit | 0f8a217670b6e3c28afff5cdf5985190633f62e1 (patch) | |
| tree | b2b36cb0b05d172fb460e28c0eaeb87f1bb63236 /drivers | |
| parent | b4af7d194dc879353829f3c56988a68fbba1fbdd (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/spi/winbond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/spi/winbond.c b/drivers/mtd/nand/spi/winbond.c index 8430ae307be0..6dfd0dcc8ee7 100644 --- a/drivers/mtd/nand/spi/winbond.c +++ b/drivers/mtd/nand/spi/winbond.c @@ -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); |
