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

The issue is detected with help of coccinelle.

v2 -> v3:
    Remove [PATCH 3/3] of series. Because fappend will use the
    local variable.  

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

zhong jiang (2):
  ipw2x00: Remove redundant variable "rc"
  iwlegacy: Remove redundant variable "ret"

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

-- 
1.7.12.4


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

end of thread, other threads:[~2019-11-06 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02  8:55 [PATCH v3 0/2] wireless: remove unneeded variable and return 0 zhong jiang
2019-11-02  8:55 ` [PATCH v3 1/2] ipw2x00: Remove redundant variable "rc" zhong jiang
2019-11-06 17:53   ` Kalle Valo
2019-11-02  8:55 ` [PATCH v3 2/2] iwlegacy: Remove redundant variable "ret" zhong jiang
2019-11-04 16:20 ` [PATCH v3 0/2] wireless: remove unneeded variable and return 0 Kalle Valo
2019-11-05 12:32   ` 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).