PCI: qcom: Fix error message for reset_control_assert()
Bugzilla: https://bugzilla.redhat.com/2164511 commit fba31beab3578b793060f549188fe682df7d3ed9 Author: Manivannan Sadhasivam <mani@kernel.org> Date: Wed Nov 9 15:10:39 2022 +0530 PCI: qcom: Fix error message for reset_control_assert() Fix the error message to mention "assert" instead of "deassert". Link: https://lore.kernel.org/r/20221109094039.25753-1-manivannan.sadhasivam@linaro.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Shawn Doherty <sdoherty@redhat.com>
This commit is contained in:
parent
686aa1c8eb
commit
10cac309b9
|
@ -1238,7 +1238,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue