linux_dsm_epyc7002/drivers/net/wireless/intel/ipw2x00
Colin Ian King 0e139e97f5 ipw2x00: remove redundant variables len, ret, reason and crypt
Variables len, ret, reason and crypt are assigned values that
are never read, hence they are redundant and can be removed.

Note: For the variable ret, a return code is being assigned, but
this is not returned and 0 is currently being returned, I believe
this is OK.

Cleans up clang warnings:
warning: variable 'len' set but not used [-Wunused-but-set-variable]
variable 'ret' set but not used [-Wunused-but-set-variable]
warning: variable 'reason' set but not used [-Wunused-but-set-variable]
warning: variable 'crypt' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-07-31 10:18:16 +03:00
..
ipw2100.c ipw2x00: remove redundant variables len, ret, reason and crypt 2018-07-31 10:18:16 +03:00
ipw2100.h ipw2x00: track time using boottime 2018-06-27 19:10:25 +03:00
ipw2200.c ipw2x00: track time using boottime 2018-06-27 19:10:25 +03:00
ipw2200.h ipw2x00: track time using boottime 2018-06-27 19:10:25 +03:00
ipw.h
Kconfig
libipw_geo.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_module.c wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
libipw_rx.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_tx.c networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
libipw_wx.c ipw2x00: remove redundant variables len, ret, reason and crypt 2018-07-31 10:18:16 +03:00
libipw.h net: use core MTU range checking in wireless drivers 2016-10-20 14:51:08 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00