summaryrefslogtreecommitdiff
path: root/net/hsr
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-31 16:29:23 +0300
committerMark Brown <broonie@kernel.org>2019-08-01 16:06:56 +0300
commit9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1 (patch)
treeaa35143887d8cd51b25e943dd11df8bbe54a7b74 /net/hsr
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
downloadlinux-9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1.tar.xz
regmap: 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. The debugfs core will warn if a file or directory can not be created, so there's no need to duplicate the warning, nor really do anything else. Cc: Mark Brown <broonie@kernel.org> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20190731132923.GA13829@kroah.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/hsr')
0 files changed, 0 insertions, 0 deletions