]> git.baikalelectronics.ru Git - 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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Dec 2019 06:58:33 +0000 (14:58 +0800)
commit8fb42fddf9d3ae12a92dc4952429fdbf945367d0
treeaac15bb0e4da204fb57a3e95fc22363c780c5310
parenta7cfc63a2cac83a3166a4983db4df30cb0a5645d
crypto: hisilicon - still no need to check return value of debugfs_create functions

Just like in 558a9e555861 ("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>
drivers/crypto/hisilicon/hpre/hpre_main.c