diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 16:21:27 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-01 14:32:20 +0200 |
commit | c922a3a02d2b41c0d1adc6853eface758f397472 (patch) | |
tree | 292524fc731952e1a325eab1471deddb8c97f855 /drivers/pcmcia | |
parent | 23f389660301d117340228f1077374b1d6ad8ed2 (diff) | |
download | linux-c922a3a02d2b41c0d1adc6853eface758f397472.tar.bz2 |
wl18xx: 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: Kalle Valo <kvalo@codeaurora.org>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/pcmcia')
0 files changed, 0 insertions, 0 deletions