Re: [PATCH v3 04/32] mtd: spi-nor: Stop compare with negative in Reg Ops methods

From: Tudor.Ambarus
Date: Sat Nov 02 2019 - 06:36:25 EST




On 10/29/2019 01:16 PM, Tudor Ambarus - M18064 wrote:
> From: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx>
>
> spi_mem_exec_op()
> nor->controller_ops->write_reg()
> nor->controller_ops->read_reg()
> spi_nor_wait_till_ready()
> Return 0 on success, -errno otherwise.
>
> Stop compare with negative and compare with zero in all the register
> operations methods.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx>
> ---
> drivers/mtd/spi-nor/spi-nor.c | 23 +++++++++++++----------
> 1 file changed, 13 insertions(+), 10 deletions(-)

Applied to spi-nor/next. Thanks.