[PATCH 10/18] bootwrapper: Add ft_find_device_rel().

Segher Boessenkool segher at kernel.crashing.org
Wed Jan 31 06:53:57 EST 2007


> +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






More information about the Linuxppc-dev mailing list