]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4897ef88df3c01c1dd6e0461fe7e25c2b04c0e68
treea8be9d9c7f449cbfb522d9a6480bbe71eb5ea83b
parentf5f99b528602eb5b377a9c9a8a2d7a1fef017420
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