Skip to content

Commit 0f8a217

Browse files
Chen Nimiquelraynal
authored andcommitted
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>
1 parent b4af7d1 commit 0f8a217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/nand/spi/winbond.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ static int w35n0xjw_vcr_cfg(struct spinand_device *spinand,
408408
break;
409409
default:
410410
return -EOPNOTSUPP;
411-
};
411+
}
412412

413413
dummy_cycles = ((ref_op->dummy.nbytes * 8) / ref_op->dummy.buswidth) /
414414
(ref_op->dummy.dtr ? 2 : 1);

0 commit comments

Comments
 (0)