From: Miquel Raynal Date: Fri, 9 Jan 2026 17:18:16 +0000 (+0100) Subject: mtd: spinand: winbond: Fix style X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d98c6a77bcf1ce686aaf40a725cbb5683ee5735;p=thirdparty%2Fkernel%2Flinux.git mtd: spinand: winbond: Fix style Add a missing new line in the middle of the driver. Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/spi/winbond.c b/drivers/mtd/nand/spi/winbond.c index 1c13dba08369c..7eade2251f7b5 100644 --- a/drivers/mtd/nand/spi/winbond.c +++ b/drivers/mtd/nand/spi/winbond.c @@ -408,6 +408,7 @@ static int w35n0xjw_vcr_cfg(struct spinand_device *spinand) default: return -EINVAL; } + ret = w35n0xjw_write_vcr(spinand, W35N01JW_VCR_DUMMY_CLOCK_REG, dummy_cycles); if (ret) return ret;