lib: error-inject: remove error checking for debugfs_create_dir()
authorWang Ming <machel@vivo.com>
Wed, 19 Jul 2023 14:44:10 +0000 (14:44 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:18:55 +0000 (10:18 -0700)
commita7284b0e75109040791338f807809ec14f096cc6
tree3c256c6665934bb4ed2aafbb955cb15e95e51b1a
parentc3d2d45b06581bc23a93dfd7e9e4662e4c0cb29a
lib: error-inject: remove error checking for debugfs_create_dir()

It is expected that most callers should _ignore_ the errors return by
debugfs_create_dir() in ei_debugfs_init().

Link: https://lkml.kernel.org/r/20230719144355.6720-1-machel@vivo.com
Signed-off-by: Wang Ming <machel@vivo.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/error-inject.c