summaryrefslogtreecommitdiff
path: root/drivers/mfd/ab8500-debugfs.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-06 18:47:20 +0200
committerLee Jones <lee.jones@linaro.org>2019-08-12 07:27:40 +0100
commitefecc3b531a30004d0993907897ab977747af108 (patch)
treee5cc3a1bdee19366e213d4140fb69693a043f5f9 /drivers/mfd/ab8500-debugfs.c
parentb5e29aa880be84c271be8d0726cec4018bfbfd74 (diff)
mfd: ab3100: 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/ab8500-debugfs.c')
0 files changed, 0 insertions, 0 deletions