net: ax88796: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 30 Aug 2013 04:44:34 +0000 (13:44 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:43:34 +0000 (17:43 -0400)
commita3ea280004c5d873a75c860f7d9b0e2a4d45c5f4
treea8be9d9c7f449cbfb522d9a6480bbe71eb5ea83b
parent7174012955d0e545e5253192e2cd37fedbc405f9
net: ax88796: 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>
drivers/net/ethernet/8390/ax88796.c