commit | 64e8a9bacadb58e04ab517d8fb5735302b96db5f | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jul 06 18:47:21 2019 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Aug 12 07:27:46 2019 +0100 |
tree | 81acd69163ad28d16a132ba8a342f867ccda6332 | |
parent | efecc3b531a30004d0993907897ab977747af108 [diff] |
mfd: ab8500: 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>