wireless: brcmfmac: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 08:54:47 +0000 (17:54 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:38 +0000 (15:13 -0400)
commitf41167026d2cfaa238235d17344aabf9d9aee6fe
tree03650b27e427536fba19fba5ad694f486a5e4668
parent8f616c6d312e2bd8971a068c1bedb47658c53363
wireless: brcmfmac: 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: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c