linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Fix -Wunused-but-set-variable in mwifiex/
@ 2016-11-24  1:24 Kirtika Ruchandani
  2016-11-24  1:24 ` [PATCH v2 1/7] mwifiex: Removed unused mwifiex_private* 'priv' variable Kirtika Ruchandani
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Kirtika Ruchandani @ 2016-11-24  1:24 UTC (permalink / raw)
  To: Amitkumar Karwar
  Cc: Arnd Bergmann, Kalle Valo, linux-wireless, Nishant Sarmukadam,
	Zhaoyang Liu, Bing Zhao, Xinming Hu, Avinash Patil

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.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kirtika Ruchandani <kirtika@google.com>

---
Changes in v2:
- Reapplied patches on top of wireless-drivers-next.
- Patch 5/7 ("mwifiex: Remove unused 'pm_flag' variable") had to be 
  redone slightly. The others applied cleanly with 'patch -p1'.

Kirtika Ruchandani (7):
  mwifiex: Removed unused mwifiex_private* 'priv' variable
  mwifiex: Remove unused  'chan_num' variable
  mwifiex: Remove unused 'sta_ptr' variable
  mwifiex: Remove unused 'adapter'variable
  mwifiex: Remove unused 'pm_flag' variable
  mwifiex: Removed unused 'pkt_type' variable
  mwifiex: Remove unused 'bcd_usb' variable

 drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 --
 drivers/net/wireless/marvell/mwifiex/main.c     | 3 ---
 drivers/net/wireless/marvell/mwifiex/scan.c     | 8 +++-----
 drivers/net/wireless/marvell/mwifiex/sdio.c     | 5 -----
 drivers/net/wireless/marvell/mwifiex/sta_cmd.c  | 2 --
 drivers/net/wireless/marvell/mwifiex/usb.c      | 3 +--
 6 files changed, 4 insertions(+), 19 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-11-29 15:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24  1:24 [PATCH v2 0/7] Fix -Wunused-but-set-variable in mwifiex/ Kirtika Ruchandani
2016-11-24  1:24 ` [PATCH v2 1/7] mwifiex: Removed unused mwifiex_private* 'priv' variable Kirtika Ruchandani
2016-11-29 15:28   ` [v2, " Kalle Valo
2016-11-24  1:24 ` [PATCH v2 2/7] mwifiex: Remove unused 'chan_num' variable Kirtika Ruchandani
2016-11-24  1:25 ` [PATCH v2 3/7] mwifiex: Remove unused 'sta_ptr' variable Kirtika Ruchandani
2016-11-24  1:25 ` [PATCH v2 4/7] mwifiex: Remove unused 'adapter'variable Kirtika Ruchandani
2016-11-24  1:26 ` [PATCH v2 5/7] mwifiex: Remove unused 'pm_flag' variable Kirtika Ruchandani
2016-11-24  1:26 ` [PATCH v2 6/7] mwifiex: Removed unused 'pkt_type' variable Kirtika Ruchandani
2016-11-24  1:27 ` [PATCH v2 7/7] mwifiex: Remove unused 'bcd_usb' variable Kirtika Ruchandani
2016-11-24  7:44 ` [PATCH v2 0/7] Fix -Wunused-but-set-variable in mwifiex/ Amitkumar Karwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).