Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] wireless: use dev_get_platdata()
@ 2013-09-10  8:49 Jingoo Han
  2013-09-10  8:51 ` [PATCH 1/8] wireless: ath5k: " Jingoo Han
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jingoo Han @ 2013-09-10  8:49 UTC (permalink / raw)
  To: 'John W. Linville'; +Cc: linux-wireless, 'Jingoo Han'

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.

---
 drivers/net/wireless/ath/ath5k/ahb.c                   |   15 ++++++---------
 drivers/net/wireless/ath/ath9k/ahb.c                   |    4 ++--
 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |    2 +-
 drivers/net/wireless/cw1200/cw1200_spi.c               |    4 ++--
 drivers/net/wireless/libertas/if_spi.c                 |    2 +-
 drivers/net/wireless/ti/wl1251/spi.c                   |    2 +-
 drivers/net/wireless/ti/wl12xx/main.c                  |    2 +-
 drivers/net/wireless/ti/wlcore/main.c                  |    2 +-
 drivers/net/wireless/ti/wlcore/spi.c                   |    2 +-
 9 files changed, 16 insertions(+), 19 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-09-10  8:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10  8:49 [PATCH] wireless: use dev_get_platdata() Jingoo Han
2013-09-10  8:51 ` [PATCH 1/8] wireless: ath5k: " Jingoo Han
2013-09-10  8:53 ` [PATCH 2/8] wireless: ath9k: " Jingoo Han
2013-09-10  8:54 ` [PATCH 3/8] wireless: brcmfmac: " Jingoo Han
2013-09-10  8:55 ` [PATCH 4/8] wireless: cw1200: " Jingoo Han
2013-09-10  8:56 ` [PATCH 5/8] wireless: libertas: " Jingoo Han
2013-09-10  8:57 ` [PATCH 6/8] wireless: wl1251: " Jingoo Han
2013-09-10  8:57 ` [PATCH 7/8] wireless: wlcore: " Jingoo Han
2013-09-10  8:58 ` [PATCH 8/8] wireless: wl12xx: " Jingoo Han

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox