irqdomain: Use irq_domain_get_of_node() instead of direct field access
[cascardo/linux.git] / drivers / gpio / gpio-sodaville.c
index 65bc9f4..34b02b4 100644 (file)
@@ -102,7 +102,7 @@ static int sdv_xlate(struct irq_domain *h, struct device_node *node,
 {
        u32 line, type;
 
-       if (node != h->of_node)
+       if (node != irq_domain_get_of_node(h))
                return -EINVAL;
 
        if (intsize < 2)