commit | 0dd14b670e873dc8c19821aca1d2a737c86c6bc7 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 30 13:58:30 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 17:43:36 2013 -0400 |
tree | 36af2eb58045ec7cb1307ec624019b2a1f3dc21e | |
parent | e19eac0ec5a77fd53cd909a25435f7f6ac81d622 [diff] |
net: ks8842: 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>