]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: bfin_mac: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 30 Aug 2013 04:50:48 +0000 (13:50 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:43:35 +0000 (17:43 -0400)
commita63b82c44b18860e63016ae24e2bc4d97cefc806
tree6f9d6959f444d2a94da99e95bbb8f917654dcfad
parenta3ea280004c5d873a75c860f7d9b0e2a4d45c5f4
net: bfin_mac: 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/adi/bfin_mac.c