diff options
author | Greg Kroah-Hartman | 2019-01-22 16:14:18 +0100 |
---|---|---|
committer | Herbert Xu | 2019-02-01 14:42:03 +0800 |
commit | 6de599be95fd203a3035c3fcd53a5f73916b6064 (patch) | |
tree | 7fa333a9a686050c377c662730d472f7c5c3a248 /mm | |
parent | 54eedf0b1d28e33b226053f3a9b50303caa4196a (diff) |
crypto: axis - 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: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Lars Persson <lars.persson@axis.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-arm-kernel@axis.com
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Lars Persson <lars.persson@axis.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions