[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1385005391-18379-1-git-send-email-michael.opdenacker@free-electrons.com>
Date: Thu, 21 Nov 2013 04:43:11 +0100
From: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
To: inaky.perez-gonzalez@...el.com, linux-wimax@...el.com,
davem@...emloft.net
Cc: wimax@...uxwimax.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Michael Opdenacker <michael.opdenacker@...e-electrons.com>
Subject: [PATCH] wimax: remove dead code
This removes a code line that is between a "return 0;" and an error label.
This code line can never be reached.
Found by Coverity (CID: 1130529)
Signed-off-by: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
---
net/wimax/stack.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/wimax/stack.c b/net/wimax/stack.c
index ef2191b969a7..ec8b577db135 100644
--- a/net/wimax/stack.c
+++ b/net/wimax/stack.c
@@ -610,7 +610,6 @@ int __init wimax_subsys_init(void)
d_fnend(4, NULL, "() = 0\n");
return 0;
- genl_unregister_family(&wimax_gnl_family);
error_register_family:
d_fnend(4, NULL, "() = %d\n", result);
return result;
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists