summaryrefslogtreecommitdiff
path: root/fs/fsopen.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-31 15:29:23 +0200
committerMark Brown <broonie@kernel.org>2019-08-01 14:06:56 +0100
commit9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1 (patch)
treeaa35143887d8cd51b25e943dd11df8bbe54a7b74 /fs/fsopen.c
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
downloadlwn-9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1.tar.gz
lwn-9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1.zip
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 'fs/fsopen.c')
0 files changed, 0 insertions, 0 deletions