PCI: qcom: Fix spelling mistake: "asser" -> "assert"

Trivial fix to spelling mistake in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
Colin Ian King 2017-05-31 06:34:14 +01:00 committed by Bjorn Helgaas
parent 5d0f1b84c5
commit 7a5966eb91
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ static int qcom_pcie_init_v3(struct qcom_pcie *pcie)
ret = reset_control_assert(res->axi_s_reset);
if (ret) {
dev_err(dev, "cannot asser axi slave reset\n");
dev_err(dev, "cannot assert axi slave reset\n");
return ret;
}