]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debug...
authorMinjie Du <duminjie@vivo.com>
Tue, 9 Jan 2024 02:19:14 +0000 (10:19 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jan 2024 08:39:32 +0000 (16:39 +0800)
commitcc342dba0d39f226f4a5e26194404c3785481470
tree996fa94c329e97dd9d7b78bd9c00ae78af3e4571
parent3274819b3c81c18c01e3c0e0ea726870ec237ac0
crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()

This patch removes the debugfs_create_dir() error checking in
iaa_crypto_debugfs_init(). Because the debugfs_create_dir() is developed
in a way that the caller can safely handle the errors that
occur during the creation of DebugFS nodes.

Signed-off-by: Minjie Du <duminjie@vivo.com>
Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/iaa/iaa_crypto_stats.c