Re: [U-Boot] [PATCH] net: cpsw: Add NULL pointer check

2019-12-04 Thread Tom Rini
On Mon, Nov 11, 2019 at 03:22:56PM +0530, Faiz Abbas wrote: > Add null pointer check to take care of out of memory errors. > > Signed-off-by: Faiz Abbas > Reviewed-by: Grygorii Strashko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH] net: cpsw: Add NULL pointer check

2019-11-11 Thread Grygorii Strashko
On 11/11/2019 11:52, Faiz Abbas wrote: Add null pointer check to take care of out of memory errors. Signed-off-by: Faiz Abbas --- drivers/net/ti/cpsw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/ti/cpsw.c b/drivers/net/ti/cpsw.c index 4a990be93e..b710ae4053 100644 -