linux_dsm_epyc7002/drivers/net/wireless/intel/iwlwifi/dvm
Greg Kroah-Hartman 84caa1dd00 iwlwifi: dvm: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: Luca Coelho <luciano.coelho@intel.com>
Cc: Intel Linux Wireless <linuxwifi@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-02-20 20:47:56 +02:00
..
agn.h iwlwifi: dvm: no need to check return value of debugfs_create functions 2019-02-20 20:47:56 +02:00
calib.c
calib.h
commands.h
debugfs.c iwlwifi: dvm: no need to check return value of debugfs_create functions 2019-02-20 20:47:56 +02:00
dev.h
devices.c
led.c
led.h
lib.c
mac80211.c iwlwifi: move iwl_enable_{rx,tx}_ampdu to iwl-modparams.h 2019-01-29 16:10:30 +02:00
main.c iwlwifi: dvm: no need to check return value of debugfs_create functions 2019-02-20 20:47:56 +02:00
Makefile wireless: prefix header search paths with $(srctree)/ 2019-02-01 14:42:25 +02:00
power.c
power.h
rs.c
rs.h
rx.c iwlwifi: dvm: fix some fall through warnings 2019-02-04 12:27:20 +02:00
rxon.c
scan.c iwlwifi: dvm: fix some fall through warnings 2019-02-04 12:27:20 +02:00
sta.c
tt.c iwlwifi: dvm: remove useless condition 2019-01-29 16:10:31 +02:00
tt.h
tx.c
ucode.c