linux-pci.vger.kernel.org archive mirror
 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

* Re: [PATCH] PCI: qcom: Fix error message for reset_control_assert()
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2022-11-09 11:09 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: lpieralisi, andersson, robh, kw, bhelgaas, linux-pci,
	linux-arm-msm, linux-kernel

On 09-11-22, 15:10, Manivannan Sadhasivam wrote:
> Fix the error message to mention "assert" instead of "deassert".

Reviewed-by: Vinod Koul <vkoul@kernel.org>

> 
> 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

-- 
~Vinod

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

* Re: [PATCH] PCI: qcom: Fix error message for reset_control_assert()
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Pieralisi @ 2022-11-10 15:09 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: Lorenzo Pieralisi, andersson, robh, linux-kernel, bhelgaas, kw,
	linux-arm-msm, linux-pci

On Wed, 9 Nov 2022 15:10:39 +0530, Manivannan Sadhasivam wrote:
> Fix the error message to mention "assert" instead of "deassert".
> 
> 

Applied to pci/dwc, thanks!

[1/1] PCI: qcom: Fix error message for reset_control_assert()
      https://git.kernel.org/lpieralisi/pci/c/fba31beab357

Thanks,
Lorenzo

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).