Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1070d0ae authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: correct error checking for when notifying the client"

parents 9fa06e20 e5b87dde
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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)
{