summaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-dma-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/grant-dma-ops.c')
-rw-r--r--drivers/xen/grant-dma-ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/grant-dma-ops.c b/drivers/xen/grant-dma-ops.c
index 9784a77fa3c9..76f6f26265a3 100644
--- a/drivers/xen/grant-dma-ops.c
+++ b/drivers/xen/grant-dma-ops.c
@@ -303,6 +303,8 @@ static struct device_node *xen_dt_get_node(struct device *dev)
while (!pci_is_root_bus(bus))
bus = bus->parent;
+ if (!bus->bridge->parent)
+ return NULL;
return of_node_get(bus->bridge->parent->of_node);
}