linux_dsm_epyc7002/drivers/net/wireless/intel/iwlegacy
Greg Kroah-Hartman ffb92649f4 iwlegacy: 4965: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  This driver was saving the debugfs file away to be
removed at a later time.  However, the 80211 core would delete the whole
directory that the debugfs files are created in, after it asks the
driver to do the deletion, so just rely on the 80211 core to do all of
the cleanup for us, making us not need to keep a pointer to the dentries
around at all.

This cleans up the structure of the driver data a bit and makes the code
a tiny bit smaller.

Cc: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-06-25 08:08:06 +03:00
..
3945-debug.c iwlegacy: fix spelling mistake "acumulative" -> "accumulative" 2019-04-25 19:54:36 +03:00
3945-mac.c iwlegacy: no need to check return value of debugfs_create functions 2019-02-01 14:28:59 +02:00
3945-rs.c iwlegacy: 3945: no need to check return value of debugfs_create functions 2019-06-25 08:08:05 +03:00
3945.c iwlegacy: remove several redundant variables 2018-07-31 10:19:07 +03:00
3945.h iwlegacy: 3945: no need to check return value of debugfs_create functions 2019-06-25 08:08:05 +03:00
4965-calib.c
4965-debug.c
4965-mac.c iwlegacy: no need to check return value of debugfs_create functions 2019-02-01 14:28:59 +02:00
4965-rs.c iwlegacy: 4965: no need to check return value of debugfs_create functions 2019-06-25 08:08:06 +03:00
4965.c iwlegacy: remove redundant assignment to *res 2019-04-04 13:14:47 +03:00
4965.h cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
commands.h
common.c iwlegacy: common: mark expected switch fall-throughs 2018-11-06 18:59:35 +02:00
common.h iwlegacy: 4965: no need to check return value of debugfs_create functions 2019-06-25 08:08:06 +03:00
csr.h
debug.c iwlegacy: no need to check return value of debugfs_create functions 2019-02-01 14:28:59 +02:00
iwl-spectrum.h
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
prph.h