]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37678d50d95ac858c15fe75d8e5b3f913cab10df
tree7a52b3a92628b6ddf9a87f65b4f66f51758da058
parent975e39edaf63498cdab727f64d012a7c89d82748
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