]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdd331cc4e39f1e23906ddf4064e7e559700c92c
tree82987fdcd71575aeb2be068a9e8cc1a54d1d66a7
parent36ae1527bf7956297acb9dbdcc0cd3b0ac4aeec0
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