Loading
crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
mainline inclusion from mainline-v6.9-rc1 commit cc342dba0d39f226f4a5e26194404c3785481470 category: bugfix bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I9TA1S CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cc342dba0d39f226f4a5e26194404c3785481470 -------------------------------- 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. Intel-SIG: commit cc342dba0d39 crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init(). Backporting patches for Intel IAA crypto driver on Intel Xeon platform. 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> Signed-off-by:
Xiaochen Shen <xiaochen.shen@intel.com>