mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04:00
bcachefs: kill useless return ret
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user