wireless: cw1200: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 08:55:41 +0000 (17:55 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:39 +0000 (15:13 -0400)
commit3ec8a8d88f762c78caa2d364c111089db81717be
tree9552aef4cddbae1d8f69153506167b93210c4f0b
parentf41167026d2cfaa238235d17344aabf9d9aee6fe
wireless: cw1200: 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/cw1200/cw1200_spi.c