mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-17 08:27:07 -04:00
mfd: aat2870: 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> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
committed by
Lee Jones
parent
64e8a9baca
commit
cbfe612d47
@@ -136,7 +136,6 @@ struct aat2870_data {
|
||||
|
||||
/* for debugfs */
|
||||
struct dentry *dentry_root;
|
||||
struct dentry *dentry_reg;
|
||||
};
|
||||
|
||||
struct aat2870_subdev_info {
|
||||
|
||||
Reference in New Issue
Block a user