commit | de467c116ca2ffc141d2abf8aef18b360fb19b21 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 20 09:31:06 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 22 16:43:08 2019 -0700 |
tree | 4e79cc1eb370ac33c2efeae8af57f6182a0536af | |
parent | 438ac88009bcb10f9ced07fbb4b32d5377ee936b [diff] |
fjes: 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: "David S. Miller" <davem@davemloft.net> Cc: Yangtao Li <tiny.windzz@gmail.com> Cc: netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>