mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
da8f4891bc
commit
1d98c6a77b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user