commit | d82574a8e5a469b72efaaa134f953a71642217e8 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 03 09:01:42 2019 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 26 13:30:43 2019 +0200 |
tree | 5283896bf43ec3e9c70a6ed9d9ab04f9ea9c7193 | |
parent | dc3998ec5cf2d377f2e85ba16b6a15affec98a0a [diff] |
cfg80211: 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. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20190703070142.GA29993@kroah.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>