提交 ae15d863 编写于 作者: N Niklas Cassel 提交者: Lorenzo Pieralisi

PCI: designware-ep: Fix typo in error message

Fix typo in error message. s/deb_base2/dbi_base2/
Signed-off-by: NNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
上级 7928b2cb
...@@ -322,7 +322,7 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) ...@@ -322,7 +322,7 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep)
struct device_node *np = dev->of_node; struct device_node *np = dev->of_node;
if (!pci->dbi_base || !pci->dbi_base2) { if (!pci->dbi_base || !pci->dbi_base2) {
dev_err(dev, "dbi_base/deb_base2 is not populated\n"); dev_err(dev, "dbi_base/dbi_base2 is not populated\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册