wireless: ath9k: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 08:53:02 +0000 (17:53 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:38 +0000 (15:13 -0400)
commit8f616c6d312e2bd8971a068c1bedb47658c53363
tree82987fdcd71575aeb2be068a9e8cc1a54d1d66a7
parentb920e375be517524423826a58854b2d76017a2e3
wireless: ath9k: 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/ath/ath9k/ahb.c