commit | f64deacaa3211db89037d1cd4aa9d35718191d0a | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 30 14:01:35 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 17:43:37 2013 -0400 |
tree | 94a94fca9982f69de13c54522337ec52fa5768b8 | |
parent | d776542853a1418457e3fe09b2f1f2955065b375 [diff] |
net: smc91x: 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>