diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-07-31 15:29:23 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-08-01 14:06:56 +0100 |
commit | 9d52a35ebd4bb6e495ab06e4ce1f568daa0f70e1 (patch) | |
tree | aa35143887d8cd51b25e943dd11df8bbe54a7b74 /lib/mpi/mpi-cmp.c | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) |
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 <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions