]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/spmi/spmi-pmic-arb.c
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[mirror_ubuntu-artful-kernel.git] / drivers / spmi / spmi-pmic-arb.c
index 96615d8076945936639097db19c4a18a31a703b5..be822f7a9ce6262442ce3bad9426ad6ff2fb04e9 100644 (file)
@@ -652,7 +652,7 @@ static int qpnpint_irq_domain_dt_translate(struct irq_domain *d,
                "intspec[0] 0x%1x intspec[1] 0x%02x intspec[2] 0x%02x\n",
                intspec[0], intspec[1], intspec[2]);
 
-       if (d->of_node != controller)
+       if (irq_domain_get_of_node(d) != controller)
                return -EINVAL;
        if (intsize != 4)
                return -EINVAL;