Re: [PATCH] mtd: mchp23k256: propagate return value of spi_sync()

2017-12-18 Thread Boris Brezillon
On Thu, 14 Dec 2017 10:08:24 +0100 Andrew Lunn wrote: > On Sun, Dec 10, 2017 at 04:19:56PM +0100, Antonio Borneo wrote: > > The call to spi_sync() can fail. > > Check the return value and propagate it. > > > > Signed-off-by: Antonio Borneo > > Reviewed-by: Andrew Lunn Applied. Thanks, Bo

Re: [PATCH] mtd: mchp23k256: propagate return value of spi_sync()

2017-12-14 Thread Andrew Lunn
On Sun, Dec 10, 2017 at 04:19:56PM +0100, Antonio Borneo wrote: > The call to spi_sync() can fail. > Check the return value and propagate it. > > Signed-off-by: Antonio Borneo Reviewed-by: Andrew Lunn Andrew