Re: [PATCH] ARM: u300: add missing check for kmalloc

2019-04-23 Thread Linus Walleij
Hi Nicholas, thanks for your patch! On Sat, Apr 13, 2019 at 9:20 AM Nicholas Mc Guire wrote: > kmalloc return for bigrxbuf_virtual was not being checked - in case > of failure set status, cleanup bigtxbuf_virtual and baile out. > > Signed-off-by: Nicholas Mc Guire > Fixes: c7c8c78fdf6e ("ARM:

Re: [PATCH] ARM: u300: add missing check for kmalloc

2018-09-05 Thread Nicholas Mc Guire
On Wed, Sep 05, 2018 at 11:09:21AM +0200, Linus Walleij wrote: > On Fri, Aug 24, 2018 at 12:33 PM Nicholas Mc Guire wrote: > > > kmalloc return for bigrxbuf_virtual was not being checked - in case > > of failure set status, cleanup bigtxbuf_virtual and baile out. > > > > Signed-off-by: Nicholas

Re: [PATCH] ARM: u300: add missing check for kmalloc

2018-09-05 Thread Linus Walleij
On Fri, Aug 24, 2018 at 12:33 PM Nicholas Mc Guire wrote: > kmalloc return for bigrxbuf_virtual was not being checked - in case > of failure set status, cleanup bigtxbuf_virtual and baile out. > > Signed-off-by: Nicholas Mc Guire > Fixes: c7c8c78fdf6e ("ARM: 5667/3: U300 SSP/SPI board setup and