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

Commit 9d324823 authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: lower event callback print prority



Move PCIe callback event print to pcie*-dump so it will not
flood pcie*-short. L1ss inactivity timeout event was added
recently and happens frequently when enabled.

Change-Id: Ia313ca163af22fd88dfd44963d2d28de5a4059a0
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent f8b00cea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2014-2019, The Linux Foundation. All rights reserved.*/
/* Copyright (c) 2014-2020, The Linux Foundation. All rights reserved.*/

#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
#include <linux/bitops.h>
@@ -4752,7 +4752,7 @@ static void msm_pcie_notify_client(struct msm_pcie_dev_t *dev,

		notify->event = event;
		notify->user = dev->event_reg->user;
		PCIE_DBG(dev, "PCIe: callback RC%d for event %d\n",
		PCIE_DUMP(dev, "PCIe: callback RC%d for event %d\n",
			dev->rc_idx, event);
		dev->event_reg->callback(notify);