Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21e4f952 authored by Jesper Juhl's avatar Jesper Juhl Committed by Linus Torvalds
Browse files

[PATCH] fix 'defined but not used' warning in net/rxrpc/main.c::rxrpc_initialise



net/rxrpc/main.c: In function `rxrpc_initialise':
net/rxrpc/main.c:83: warning: label `error_proc' defined but not used

Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2c3ca07d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,8 +79,8 @@ static int __init rxrpc_initialise(void)
 error_sysctl:
#ifdef CONFIG_SYSCTL
	rxrpc_sysctl_cleanup();
#endif
 error_proc:
#endif
#ifdef CONFIG_PROC_FS
	rxrpc_proc_cleanup();
#endif