On Fri, 24 Jul 2020 at 04:09, Stefan Roese <[email protected]> wrote: > > From: Suneel Garapati <[email protected]> > > Parse subnode DT properties only if parent node is valid. > Otherwise, assert is triggered on ofnode_valid in ofnode_first_subnode > from dev_for_each_subnode. > > Signed-off-by: Suneel Garapati <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > > Signed-off-by: Stefan Roese <[email protected]> > --- > > Changes in v1: > - Change patch subject > > drivers/pci/pci-uclass.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

