Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9061f9be authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: xilinx-nwl: Use dev_printk() when possible



Use dev_printk() when possible to make messages more useful.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 21f7fc24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -825,7 +825,7 @@ static int nwl_pcie_probe(struct platform_device *pdev)

	err = of_pci_get_host_bridge_resources(node, 0, 0xff, &res, &iobase);
	if (err) {
		pr_err("Getting bridge resources failed\n");
		dev_err(pcie->dev, "Getting bridge resources failed\n");
		return err;
	}