wireless: ath5k: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 08:51:47 +0000 (17:51 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:37 +0000 (15:13 -0400)
commitb920e375be517524423826a58854b2d76017a2e3
tree7a52b3a92628b6ddf9a87f65b4f66f51758da058
parent5bb4101bc93a23dfcac508994378e975702e1abd
wireless: ath5k: 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/ath5k/ahb.c