[PATCH 3/7] ucc_geth driver fixes mostly as a result of QE lib changes

Jeremy Kerr jk at ozlabs.org
Tue Oct 3 22:16:47 EST 2006


Kim,

> +       ph = (phandle *) get_property(np, "phy-handle", NULL);

get_property() now returns const void *, so there should be no need to 
cast this - just define ph as a const phandle *.

The same applies to the other invocations of get_property in this 
series.

Regards,


Jeremy



More information about the Linuxppc-dev mailing list