From 8a0dda6fd6b7af2a7aa797762148b8ecb8f47a67 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 3 Jan 2024 13:44:43 -0500 Subject: bcachefs: kill useless return ret Signed-off-by: Kent Overstreet --- fs/bcachefs/debug.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fs/bcachefs') diff --git a/fs/bcachefs/debug.c b/fs/bcachefs/debug.c index de5bfc0d4684..413992b229d0 100644 --- a/fs/bcachefs/debug.c +++ b/fs/bcachefs/debug.c @@ -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; } -- cgit v1.2.3