commit | 226a893bbb1f4495d7139fd57143475ada0de61d | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 03 17:45:58 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jan 14 10:22:16 2019 +0100 |
tree | aad12289ca6fe1af678af8b7ac170579c5e3895b | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c [diff] |
microblaze: 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. Cc: Michal Simek <monstr@monstr.eu> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>