commit | 9ec6dbfbdc0ade855e6bc1da66e263e0d926697c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 16:21:03 2019 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 22 19:45:52 2019 +0100 |
tree | 4374d454e65f92450f588cb398ddff7e9b7247fc | |
parent | 49a57857aeea06ca831043acbb0fa5e0f50602fd [diff] |
ACPI: 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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>