Hi Rob, Thanks a lot for your review!
Regards, Zhiqiang > -----Original Message----- > From: Rob Herring <[email protected]> > Sent: 2020年9月15日 9:16 > To: Z.q. Hou <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Leo Li <[email protected]>; > [email protected]; [email protected]; M.h. Lian > <[email protected]>; Mingkai Hu <[email protected]>; Roy Zang > <[email protected]> > Subject: Re: [PATCH 1/7] PCI: dwc: Fix a bug of the case dw_pci->ops is NULL > > On Mon, Sep 07, 2020 at 01:37:55PM +0800, Zhiqiang Hou wrote: > > From: Hou Zhiqiang <[email protected]> > > > > The dw_pci->ops may be a NULL, and fix it by adding one more check. > > > > Signed-off-by: Hou Zhiqiang <[email protected]> > > --- > > drivers/pci/controller/dwc/pcie-designware.c | 12 ++++++------ > > 1 file changed, 6 insertions(+), 6 deletions(-) > > Reviewed-by: Rob Herring <[email protected]> > > Note that this may conflict with my 40 patch clean-up series. > > Rob

