Commit 8a0dda6f authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: kill useless return ret

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent f0431c5f
......@@ -930,8 +930,6 @@ void bch2_debug_exit(void)
int __init bch2_debug_init(void)
{
int ret = 0;
bch_debug = debugfs_create_dir("bcachefs", NULL);
return ret;
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment