diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/fib_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index e3e9ab0f74e..1c2943a119f 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c | |||
@@ -69,7 +69,7 @@ static void rules_ops_put(struct fib_rules_ops *ops) | |||
69 | static void flush_route_cache(struct fib_rules_ops *ops) | 69 | static void flush_route_cache(struct fib_rules_ops *ops) |
70 | { | 70 | { |
71 | if (ops->flush_cache) | 71 | if (ops->flush_cache) |
72 | ops->flush_cache(); | 72 | ops->flush_cache(ops); |
73 | } | 73 | } |
74 | 74 | ||
75 | int fib_rules_register(struct fib_rules_ops *ops) | 75 | int fib_rules_register(struct fib_rules_ops *ops) |