diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-07 09:52:00 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-11-17 08:37:29 +0800 |
commit | 4a97bfc79619c40d400f2a7b763a0d9cd1d33891 (patch) | |
tree | 7766c08e57efa89b43375d129b93b62c4655714f /drivers/staging/fieldbus | |
parent | 39977f4b51cdc544de4e5950751655f6693654a7 (diff) |
crypto: hisilicon - 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: Zhou Wang <wangzhou1@hisilicon.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/staging/fieldbus')
0 files changed, 0 insertions, 0 deletions