ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2009 08:20:18 +0000 (01:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2009 08:20:18 +0000 (01:20 -0700)
We can't put 'mdio' until after we've used it in the
fsl_pq_mdio_bus_name() call.

Also fix error return values.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found