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>
This commit is contained in:
parent
442ae919e6
commit
fba31beab3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue