All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix -Wunused-but-set-variable in ath10k/
@ 2016-11-24  8:01 ` Kirtika Ruchandani
  0 siblings, 0 replies; 18+ messages in thread
From: Kirtika Ruchandani @ 2016-11-24  8:01 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Arnd Bergmann, netdev, linux-wireless, Raja Mani, Michal Kazior

This patchset is part of the effort led by Arnd Bergmann to clean up
warnings in the kernel. This and following patchsets will focus on
"-Wunused-but-set-variable" as it among the noisier ones. These were
found compiling with W=1.

Kirtika Ruchandani (5):
  ath10k: Remove unused 'buf_len' variable
  ath10k: Remove unused 'num_vdev_stats' variable
  ath10k: Remove unused wmi_p2p_noa_descriptor 'noa' in wmi-tlv
  ath10k: Removed unused 'dev' in ath10k_ahb_clock_enable()
  ath10k: Removed unused 'dev' in ath10k_ahb_resource_init

 drivers/net/wireless/ath/ath10k/ahb.c     |  5 -----
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |  2 --
 drivers/net/wireless/ath/ath10k/wmi.c     | 14 ++------------
 3 files changed, 2 insertions(+), 19 deletions(-)

--
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2017-01-18 14:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24  8:01 [PATCH 0/5] Fix -Wunused-but-set-variable in ath10k/ Kirtika Ruchandani
2016-11-24  8:01 ` Kirtika Ruchandani
2016-11-24  8:01 ` [PATCH 1/5] ath10k: Remove unused 'buf_len' variable Kirtika Ruchandani
2016-11-24  8:01   ` Kirtika Ruchandani
2017-01-18 14:37   ` [1/5] " Kalle Valo
2017-01-18 14:37     ` Kalle Valo
2016-11-24  8:01 ` [PATCH 2/5] ath10k: Remove unused 'num_vdev_stats' variable Kirtika Ruchandani
2016-11-24  8:01   ` Kirtika Ruchandani
2016-11-24  8:01 ` [PATCH 3/5] ath10k: Remove unused wmi_p2p_noa_descriptor 'noa' in wmi-tlv Kirtika Ruchandani
2016-11-24  8:01   ` Kirtika Ruchandani
2016-11-24  9:50   ` Michal Kazior
2016-11-24  9:50     ` Michal Kazior
2017-01-13 14:01   ` [3/5] " Kalle Valo
2017-01-13 14:01     ` Kalle Valo
2016-11-24  8:02 ` [PATCH 4/5] ath10k: Removed unused 'dev' in ath10k_ahb_clock_enable() Kirtika Ruchandani
2016-11-24  8:02   ` Kirtika Ruchandani
2016-11-24  8:02 ` [PATCH 5/5] ath10k: Removed unused 'dev' in ath10k_ahb_resource_init Kirtika Ruchandani
2016-11-24  8:02   ` Kirtika Ruchandani

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.