mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 03:44:08 +00:00
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@free-electrons.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
78ef359cb6
commit
aec6f90d41
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ int __init wimax_subsys_init(void)
|
||||||
d_fnend(4, NULL, "() = 0\n");
|
d_fnend(4, NULL, "() = 0\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
genl_unregister_family(&wimax_gnl_family);
|
|
||||||
error_register_family:
|
error_register_family:
|
||||||
d_fnend(4, NULL, "() = %d\n", result);
|
d_fnend(4, NULL, "() = %d\n", result);
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue