Re: [PATCH 10/18] bootwrapper: Add ft_find_device_rel().
From: Segher Boessenkool <hidden>
Date: 2007-01-30 19:54:10
From: Segher Boessenkool <hidden>
Date: 2007-01-30 19:54:10
+void *ft_find_device_rel(struct ft_cxt *cxt, const void *top,
+ const char *srch_path)
+{
+ char *node;
+
+ node = ft_node_ph2node(cxt, top);Huh -- are phandles a pointer? Why not just a u32? Or is _your_ code buggy ;-) [No it's not, I checked] Segher