]> Pileus Git - ~andy/linux/blobdiff - sound/aoa/fabrics/layout.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
[~andy/linux] / sound / aoa / fabrics / layout.c
index 586965f9605fd55d4a6cf9c8f804f01d373647bb..7a437da056465dc189619231d63dc1d0b6fb79dc 100644 (file)
@@ -768,7 +768,7 @@ static int check_codec(struct aoa_codec *codec,
                                "required property %s not present\n", propname);
                        return -ENODEV;
                }
-               if (*ref != codec->node->linux_phandle) {
+               if (*ref != codec->node->phandle) {
                        printk(KERN_INFO "snd-aoa-fabric-layout: "
                                "%s doesn't match!\n", propname);
                        return -ENODEV;