Re: [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-10-01 Thread Vignesh Raghavendra
Hi, On 10/1/20 1:20 PM, Miquel Raynal wrote: > Hello, > > Pratyush Yadav wrote on Thu, 1 Oct 2020 13:04:27 +0530: > >> On 01/10/20 07:19AM, tudor.amba...@microchip.com wrote: >>> On 9/30/20 9:57 PM, Pratyush Yadav wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you

Re: [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-10-01 Thread Tudor.Ambarus
On 10/1/20 10:50 AM, Miquel Raynal wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > It seems that your mailer/server introduced that line automatically, > can you do something to avoid it? > I don't know any plugin that removes tags

Re: [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-10-01 Thread Miquel Raynal
Hello, Pratyush Yadav wrote on Thu, 1 Oct 2020 13:04:27 +0530: > On 01/10/20 07:19AM, tudor.amba...@microchip.com wrote: > > On 9/30/20 9:57 PM, Pratyush Yadav wrote: > > > EXTERNAL EMAIL: Do not click links or open attachments unless you know > > > the content is safe It seems that your

Re: [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-10-01 Thread Pratyush Yadav
On 01/10/20 07:19AM, tudor.amba...@microchip.com wrote: > On 9/30/20 9:57 PM, Pratyush Yadav wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > ENOTSUPP is not a SUSV4 error code. Using EOPNOTSUPP is preferred > > in its stead. > >

Re: [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-10-01 Thread Tudor.Ambarus
On 9/30/20 9:57 PM, Pratyush Yadav wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > ENOTSUPP is not a SUSV4 error code. Using EOPNOTSUPP is preferred > in its stead. > > Reviewed-by: Tudor Ambarus The R-b tag should be after your S-o-b.

[PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP

2020-09-30 Thread Pratyush Yadav
ENOTSUPP is not a SUSV4 error code. Using EOPNOTSUPP is preferred in its stead. Reviewed-by: Tudor Ambarus Signed-off-by: Pratyush Yadav --- drivers/mtd/spi-nor/core.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/spi-nor/core.c