commit | b96f64dd473416d877cfc0bdf5efeeb705c68734 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 30 13:54:37 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 17:43:35 2013 -0400 |
tree | bdd4efedcd5c5e4ef535e83b50d8d0b3d2ca988e | |
parent | cf0e7794ba073ae151e4a2316384af0d26d0740f [diff] |
net: ep93xx_eth: use dev_get_platdata() Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. This is a cosmetic change to make the code simpler and enhance the readability. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>