aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 16:21:22 +0100
committerLuca Coelho <luciano.coelho@intel.com>2019-02-20 20:47:56 +0200
commitdc475ae9c00a83c4b29d165689ea5f7813f6ea99 (patch)
tree8939f9d582b4c13fc38b97aa878f444a2414276f /drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
parent5987dfde6f555248f4b6c83147ec9bc877cd6f4c (diff)
iwlwifi: iwl-drv: 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>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c')
0 files changed, 0 insertions, 0 deletions