Hi Chenguanqiao, On Sat, 15 May 2021 at 09:20, Simon Glass <[email protected]> wrote: > > On Thu, 13 May 2021 at 01:38, chenguanqiao <[email protected]> wrote: > > > > From: Chen Guanqiao <[email protected]> > > > > Fixed a defect of a null pointer being discovered by Coverity Scan: > > CID 331544: Null pointer dereferences (REVERSE_INULL) > > Null-checking "size" suggests that it may be null, but it has already > > been dereferenced on all paths leading to the check. > > > > Signed-off-by: Chen Guanqiao <[email protected]> > > --- > > drivers/core/ofnode.c | 13 +++++++------ > > include/dm/ofnode.h | 2 +- > > 2 files changed, 8 insertions(+), 7 deletions(-) > > > > Reviewed-by: Simon Glass <[email protected]>
Unfortunately this does not apply to u-boot/next. Can you please rebase it and resend? Regards, Simon

