Re: [PATCH v2 4/6] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines

2020-05-28 Thread Tudor.Ambarus
On Tuesday, May 26, 2020 12:36:02 PM EEST Vignesh Raghavendra wrote: > Make sure to undo the prior changes done by the driver when exiting due > to failure to acquire reset lines. > > Signed-off-by: Vignesh Raghavendra > --- > drivers/mtd/spi-nor/controllers/cadence-quadspi.c | 8 > 1 f

[PATCH v2 4/6] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines

2020-05-26 Thread Vignesh Raghavendra
Make sure to undo the prior changes done by the driver when exiting due to failure to acquire reset lines. Signed-off-by: Vignesh Raghavendra --- drivers/mtd/spi-nor/controllers/cadence-quadspi.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/spi-nor/cont