diff options
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
-rw-r--r-- | net/ipv4/tcp_metrics.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp_metrics.c b/net/ipv4/tcp_metrics.c index 8c121b523eee..06493736fbc8 100644 --- a/net/ipv4/tcp_metrics.c +++ b/net/ipv4/tcp_metrics.c | |||
@@ -1082,8 +1082,7 @@ void __init tcp_metrics_init(void) | |||
1082 | if (ret < 0) | 1082 | if (ret < 0) |
1083 | goto cleanup; | 1083 | goto cleanup; |
1084 | ret = genl_register_family_with_ops(&tcp_metrics_nl_family, | 1084 | ret = genl_register_family_with_ops(&tcp_metrics_nl_family, |
1085 | tcp_metrics_nl_ops, | 1085 | tcp_metrics_nl_ops); |
1086 | ARRAY_SIZE(tcp_metrics_nl_ops)); | ||
1087 | if (ret < 0) | 1086 | if (ret < 0) |
1088 | goto cleanup_subsys; | 1087 | goto cleanup_subsys; |
1089 | return; | 1088 | return; |