Re: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-08 Thread Miquel Raynal
Hi Wei, Wei Yongjun wrote on Wed, 4 Jul 2018 09:30:27 +: > Add the missing unlock before return from function > spinand_mtd_(read|write) in the error handling case. > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > Signed-off-by: Wei Yongjun > --- >

Re: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-08 Thread Miquel Raynal
Hi Wei, Wei Yongjun wrote on Wed, 4 Jul 2018 09:30:27 +: > Add the missing unlock before return from function > spinand_mtd_(read|write) in the error handling case. > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > Signed-off-by: Wei Yongjun > --- >

RE: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-05 Thread weiyongjun (A)
> > Hi Wei, > > Wei Yongjun wrote on Wed, 4 Jul 2018 > 09:30:27 > +: > > > Add the missing unlock before return from function > > spinand_mtd_(read|write) in the error handling case. > > > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > >

RE: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-05 Thread weiyongjun (A)
> > Hi Wei, > > Wei Yongjun wrote on Wed, 4 Jul 2018 > 09:30:27 > +: > > > Add the missing unlock before return from function > > spinand_mtd_(read|write) in the error handling case. > > > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > >

Re: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-05 Thread Miquel Raynal
Hi Wei, Wei Yongjun wrote on Wed, 4 Jul 2018 09:30:27 +: > Add the missing unlock before return from function > spinand_mtd_(read|write) in the error handling case. > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > Signed-off-by: Wei Yongjun > ---

Re: [PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-05 Thread Miquel Raynal
Hi Wei, Wei Yongjun wrote on Wed, 4 Jul 2018 09:30:27 +: > Add the missing unlock before return from function > spinand_mtd_(read|write) in the error handling case. > > Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI > NANDs") > Signed-off-by: Wei Yongjun > ---

[PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-04 Thread Wei Yongjun
Add the missing unlock before return from function spinand_mtd_(read|write) in the error handling case. Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI NANDs") Signed-off-by: Wei Yongjun --- v2 -> v3: remove blank line v1 -> v2: using break instead of return ---

[PATCH -next v3] mtd: spinand: fix missing unlock on error

2018-07-04 Thread Wei Yongjun
Add the missing unlock before return from function spinand_mtd_(read|write) in the error handling case. Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI NANDs") Signed-off-by: Wei Yongjun --- v2 -> v3: remove blank line v1 -> v2: using break instead of return ---