public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: qcom: Fix error message for reset_control_assert()
@ 2022-11-09  9:40 Manivannan Sadhasivam
  2022-11-09 11:09 ` Vinod Koul
  2022-11-10 15:09 ` Lorenzo Pieralisi
  0 siblings, 2 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2022-11-09  9:40 UTC (permalink / raw)
  To: lpieralisi
  Cc: andersson, robh, kw, bhelgaas, linux-pci, linux-arm-msm,
	linux-kernel, Manivannan Sadhasivam

Fix the error message to mention "assert" instead of "deassert".

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
 drivers/pci/controller/dwc/pcie-qcom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/dwc/pcie-qcom.c b/drivers/pci/controller/dwc/pcie-qcom.c
index f711acacaeaf..cf27345f6575 100644
--- a/drivers/pci/controller/dwc/pcie-qcom.c
+++ b/drivers/pci/controller/dwc/pcie-qcom.c
@@ -1236,7 +1236,7 @@ static int qcom_pcie_init_2_7_0(struct qcom_pcie *pcie)
 
 	ret = reset_control_assert(res->pci_reset);
 	if (ret < 0) {
-		dev_err(dev, "cannot deassert pci reset\n");
+		dev_err(dev, "cannot assert pci reset\n");
 		goto err_disable_clocks;
 	}
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-10 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-09  9:40 [PATCH] PCI: qcom: Fix error message for reset_control_assert() Manivannan Sadhasivam
2022-11-09 11:09 ` Vinod Koul
2022-11-10 15:09 ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox