Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[platform/kernel/linux-starfive.git] / net / ipv4 / fib_rules.c
index 001fea3..513f475 100644 (file)
@@ -145,7 +145,7 @@ INDIRECT_CALLABLE_SCOPE bool fib4_rule_suppress(struct fib_rule *rule,
                                                int flags,
                                                struct fib_lookup_arg *arg)
 {
-       struct fib_result *result = (struct fib_result *) arg->result;
+       struct fib_result *result = arg->result;
        struct net_device *dev = NULL;
 
        if (result->fi) {