]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
crypto: hisilicon - still no need to check return value of debugfs_create functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2019 15:21:51 +0000 (16:21 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Feb 2020 13:58:07 +0000 (07:58 -0600)
commitf1d925cf08885da58ed0e431c48cb40881213131
tree8b022230a5e400853eaa4c90c0931e16350ac784
parenta3d53e692f0bbfc5dbb02f1d6121af2b99cdfd81
crypto: hisilicon - still no need to check return value of debugfs_create functions

BugLink: https://launchpad.net/bugs/1861976
Just like in 4a97bfc79619 ("crypto: hisilicon - no need to check return
value of debugfs_create functions"), there still 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>
(cherry picked from commit f2c5d27bb8899b7f527e2e7005d691c432563145)
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/crypto/hisilicon/hpre/hpre_main.c