netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] wireless: remove unneeded variable and return 0
@ 2019-11-01 12:33 zhong jiang
  2019-11-01 12:33 ` [PATCH v2 1/3] ipw2x00: Remove redundant variable "rc" zhong jiang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: zhong jiang @ 2019-11-01 12:33 UTC (permalink / raw)
  To: kvalo, stas.yakovlev, simon.horman; +Cc: linux-wireless, netdev, zhongjiang

The issue is detected with help of coccinelle.

v1 -> v2:
   libipw_qos_convert_ac_to_parameters() make it void.


zhong jiang (3):
  ipw2x00: Remove redundant variable "rc"
  iwlegacy: Remove redundant variable "ret"
  b43legacy: ASoC: ux500: Remove redundant variable "count"

 drivers/net/wireless/broadcom/b43legacy/debugfs.c | 9 +++------
 drivers/net/wireless/intel/ipw2x00/libipw_rx.c    | 4 +---
 drivers/net/wireless/intel/iwlegacy/4965-mac.c    | 3 +--
 3 files changed, 5 insertions(+), 11 deletions(-)

-- 
1.7.12.4


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

end of thread, other threads:[~2019-11-02  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 12:33 [PATCH v2 0/3] wireless: remove unneeded variable and return 0 zhong jiang
2019-11-01 12:33 ` [PATCH v2 1/3] ipw2x00: Remove redundant variable "rc" zhong jiang
2019-11-01 12:33 ` [PATCH v2 2/3] iwlegacy: Remove redundant variable "ret" zhong jiang
2019-11-01 12:33 ` [PATCH v2 3/3] b43legacy: ASoC: ux500: Remove redundant variable "count" zhong jiang
2019-11-01 13:44 ` [PATCH v2 0/3] wireless: remove unneeded variable and return 0 Simon Horman
2019-11-02  9:00   ` zhong jiang

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).