]> www.infradead.org Git - users/willy/pagecache.git/commit
ntb: Remove error checking for debugfs_create_dir()
authorWang Ming <machel@vivo.com>
Thu, 13 Jul 2023 08:56:06 +0000 (16:56 +0800)
committerJon Mason <jdmason@kudzu.us>
Thu, 13 Jul 2023 13:06:44 +0000 (09:06 -0400)
commit994def29acc5d8cc5b513fc67a75aa79b059dbe8
treea3e655a8f02e4cc912806a3f4849ca37a69f8922
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
ntb: Remove error checking for debugfs_create_dir()

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

Signed-off-by: Wang Ming <machel@vivo.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/test/ntb_tool.c