Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / sbus / char / display7seg.c
index d92bc88..c3a51d1 100644 (file)
@@ -184,7 +184,7 @@ static int __init d7s_init(void)
 
        for_each_ebus(ebus) {
                for_each_ebusdev(edev, ebus) {
-                       if (!strcmp(edev->prom_node->name, D7S_OBPNAME))
+                       if (!strcmp(edev->prom_name, D7S_OBPNAME))
                                goto ebus_done;
                }
        }