alistair23-linux/drivers/net/wireless/st/cw1200
Greg Kroah-Hartman 80f4c5e366 cw1200: 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: Solomon Peachy <pizza@shaftnet.org>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-02-01 14:34:56 +02:00
..
bh.c
bh.h
cw1200.h
cw1200_sdio.c cw1200: add const to hwbus_ops structures 2017-06-28 21:17:46 +03:00
cw1200_spi.c cw1200: add const to hwbus_ops structures 2017-06-28 21:17:46 +03:00
debug.c cw1200: no need to check return value of debugfs_create functions 2019-02-01 14:34:56 +02:00
debug.h
fwio.c cw1200: fix indentation issues 2019-02-01 14:19:07 +02:00
fwio.h
hwbus.h
hwio.c
hwio.h
Kconfig
main.c wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pm.c net/cw1200: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
pm.h wireless: cw1200: use __maybe_unused to hide pm functions_ 2016-03-08 12:32:52 +02:00
queue.c cw1200: drop useless LIST_HEAD 2019-01-10 13:35:39 +02:00
queue.h
scan.c cw1200: fix missing unlock on error in cw1200_hw_scan() 2019-01-10 13:35:02 +02:00
scan.h
sta.c cw1200: fix small typo 2018-11-06 19:03:56 +02:00
sta.h cw1200: Convert timers to use timer_setup() 2017-10-27 10:46:24 +03:00
txrx.c cw1200: Remove extra parentheses 2018-08-31 18:42:25 +03:00
txrx.h
wsm.c cw1200: fix bogus maybe-uninitialized warning 2016-11-17 08:47:58 +02:00
wsm.h