Loading drivers/pci/host/pci-msm.c +4 −4 Original line number Diff line number Diff line Loading @@ -3495,13 +3495,13 @@ static void msm_pcie_notify_client(struct msm_pcie_dev_t *dev, "PCIe: Client of RC%d will recover the link later.\n", dev->rc_idx); return; } } else { PCIE_DBG2(dev, "PCIe: Client of RC%d does not have registration for event %d\n", dev->rc_idx, event); } } } static void handle_wake_func(struct work_struct *work) { Loading Loading
drivers/pci/host/pci-msm.c +4 −4 Original line number Diff line number Diff line Loading @@ -3495,13 +3495,13 @@ static void msm_pcie_notify_client(struct msm_pcie_dev_t *dev, "PCIe: Client of RC%d will recover the link later.\n", dev->rc_idx); return; } } else { PCIE_DBG2(dev, "PCIe: Client of RC%d does not have registration for event %d\n", dev->rc_idx, event); } } } static void handle_wake_func(struct work_struct *work) { Loading