Re: [PATCH v3 6/6] PCI: brcmstb: Check return value of clk_prepare_enable()

2021-03-26 Thread Bjorn Helgaas
On Fri, Mar 26, 2021 at 03:19:04PM -0400, Jim Quinlan wrote: > The check was missing on PCIe resume. "PCIe resume" isn't really a thing, per se. PCI/PCIe gives us device power states (D0, D3hot, etc), and Linux power management builds suspend/resume on top of those. Maybe: Check for failure

[PATCH v3 6/6] PCI: brcmstb: Check return value of clk_prepare_enable()

2021-03-26 Thread Jim Quinlan
The check was missing on PCIe resume. Signed-off-by: Jim Quinlan Acked-by: Florian Fainelli Fixes: 8195b7417018 ("PCI: brcmstb: Add suspend and resume pm_ops") --- drivers/pci/controller/pcie-brcmstb.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git