>> + if (prop) >> + prom_remove_property(node, prop); >> + prop = of_find_property(node, "linux,devietree-end", NULL); > > Either the indentation is wrong, or you're missing some braces here You're missing a "c" as well (and a dash). Segher