]> git.baikalelectronics.ru Git - kernel.git/commit
net: au1000_eth: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 30 Aug 2013 04:51:45 +0000 (13:51 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:43:35 +0000 (17:43 -0400)
commitbe70efba7793652ef252b5fb4357d09c119d1069
treed5ee4beda65ea1b31b401d539e39556201de9a8b
parent4f18ff99a5672f98fd26d09261690ffe47b0e74d
net: au1000_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>
drivers/net/ethernet/amd/au1000_eth.c