Re: [PATCH] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe

2020-11-02 Thread miaoqinglang
在 2020/11/2 21:48, Rob Herring 写道: On Thu, Oct 29, 2020 at 8:28 PM Qinglang Miao wrote: Fix the missing clk_disable_unprepare() before return from v3_pci_probe() in the error handling case. Signed-off-by: Qinglang Miao --- drivers/pci/controller/pci-v3-semi.c | 14 +++--- 1 fil

Re: [PATCH] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe

2020-11-02 Thread Rob Herring
On Thu, Oct 29, 2020 at 8:28 PM Qinglang Miao wrote: > > Fix the missing clk_disable_unprepare() before return > from v3_pci_probe() in the error handling case. > > Signed-off-by: Qinglang Miao > --- > drivers/pci/controller/pci-v3-semi.c | 14 +++--- > 1 file changed, 11 insertions(+),

[PATCH] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe

2020-10-29 Thread Qinglang Miao
Fix the missing clk_disable_unprepare() before return from v3_pci_probe() in the error handling case. Signed-off-by: Qinglang Miao --- drivers/pci/controller/pci-v3-semi.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/pci/controller/pci-v3-semi.c b/