Skip to content

Commit 1d98c6a

Browse files
committed
mtd: spinand: winbond: Fix style
Add a missing new line in the middle of the driver. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent da8f489 commit 1d98c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mtd/nand/spi/winbond.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ static int w35n0xjw_vcr_cfg(struct spinand_device *spinand)
408408
default:
409409
return -EINVAL;
410410
}
411+
411412
ret = w35n0xjw_write_vcr(spinand, W35N01JW_VCR_DUMMY_CLOCK_REG, dummy_cycles);
412413
if (ret)
413414
return ret;

0 commit comments

Comments
 (0)