All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] atheros-wireless: fix sparse warnings ho ho ho
@ 2011-12-20 18:46 Luis R. Rodriguez
  2011-12-20 18:46 ` [PATCH 1/6] ath6kl: fix sparse warning on init.c Luis R. Rodriguez
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Luis R. Rodriguez @ 2011-12-20 18:46 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Luis R. Rodriguez

From: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>

Here's a slew of sparse warning fixes for all Atheros wireless drivers.
These have been itching me for a while now. I ask all patch submitters
and driver maintainers to please run their patches with these two tests:

make C=1 M=drivers/net/wireless/ath/

And then if all is happy try:

make C=2 CF="-D__CHECK_ENDIAN__" M=drivers/net/wireless/ath/

Luis R. Rodriguez (6):
  ath6kl: fix sparse warning on init.c
  ath9k: make ath_mci_duty_cycle static
  ath9k_hw: fix sparse warnings on ar9003_rtt.c
  ath9k: fix tx queue sparse complaint
  ath5k: avoid sparse warnings on tracing
  ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()

 drivers/net/wireless/ath/ath5k/trace.h         |    5 +++--
 drivers/net/wireless/ath/ath6kl/init.c         |    5 ++++-
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c |    4 ++--
 drivers/net/wireless/ath/ath9k/ar9003_rtt.c    |    1 +
 drivers/net/wireless/ath/ath9k/mci.c           |    2 +-
 drivers/net/wireless/ath/ath9k/xmit.c          |    3 +++
 6 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.7.4.15.g7811d


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

end of thread, other threads:[~2011-12-23  8:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-20 18:46 [PATCH 0/6] atheros-wireless: fix sparse warnings ho ho ho Luis R. Rodriguez
2011-12-20 18:46 ` [PATCH 1/6] ath6kl: fix sparse warning on init.c Luis R. Rodriguez
2011-12-20 18:49   ` Luis R. Rodriguez
2011-12-20 19:40   ` Kalle Valo
2011-12-20 19:46     ` Luis R. Rodriguez
2011-12-20 20:02       ` Kalle Valo
2011-12-21  1:41     ` Joe Perches
2011-12-21  1:42     ` Joe Perches
2011-12-23  8:27       ` Kalle Valo
2011-12-20 18:46 ` [PATCH 2/6] ath9k: make ath_mci_duty_cycle static Luis R. Rodriguez
2011-12-21  4:41   ` Joe Perches
2011-12-21 17:26     ` Luis R. Rodriguez
2011-12-20 18:46 ` [PATCH 3/6] ath9k_hw: fix sparse warnings on ar9003_rtt.c Luis R. Rodriguez
2011-12-20 18:46 ` [PATCH 4/6] ath9k: fix tx queue sparse complaint Luis R. Rodriguez
2011-12-20 18:46 ` [PATCH 5/6] ath5k: avoid sparse warnings on tracing Luis R. Rodriguez
2011-12-21 15:15   ` Johannes Berg
2011-12-21 16:04     ` Luis R. Rodriguez
2011-12-20 18:46 ` [PATCH 6/6] ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get() Luis R. Rodriguez
2011-12-20 19:01 ` [PATCH 0/6] atheros-wireless: fix sparse warnings ho ho ho Larry Finger
2011-12-20 19:12   ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.