]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/mips/pci/pci-legacy.c
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[thirdparty/kernel/stable.git] / arch / mips / pci / pci-legacy.c
index fc7726088103c7d48fbc556eab168ce8b53eadc3..0c65c38e05d6cc8ce1730476bb49baf9465a8583 100644 (file)
@@ -139,7 +139,7 @@ void pci_load_of_ranges(struct pci_controller *hose, struct device_node *node)
        struct of_pci_range range;
        struct of_pci_range_parser parser;
 
-       pr_info("PCI host bridge %s ranges:\n", node->full_name);
+       pr_info("PCI host bridge %pOF ranges:\n", node);
        hose->of_node = node;
 
        if (of_pci_range_parser_init(&parser, node))