]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wireless: wl1251: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 08:57:05 +0000 (17:57 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:40 +0000 (15:13 -0400)
commit5f4fe16bac118ed9e88fdf14380e1c1345376a7d
treeac594ea5192a2c8f8dffde6ed9379e2552c4d6a6
parent7204c978278797356e5142fc5d749f360d787e01
wireless: wl1251: 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/ti/wl1251/spi.c