commit | 51d9861e9e09c5c0066e5e5d9bb0009be1957899 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Wed Oct 15 11:10:00 2008 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Oct 15 11:10:00 2008 -0600 |
tree | dcc365ac0ce21d1f86f049a4dd66bee16a174aad | |
parent | 9629095761b64636356c132f0228ed780ebb97e8 [diff] |
powerpc/mpc5200: Refactor FEC mdio read/write routines Read & write functions now call a generic transfer function, so identical code in both routines could be eliminated. The result is easier to maintain and smaller in source and binary code. Also, fix some checkpatch warnings. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>