mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
bcachefs: kill useless return ret
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
f0431c5f47
commit
8a0dda6fd6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user