Merge tag 'drm-fixes-2022-06-24' of git://anongit.freedesktop.org/drm/drm
[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) {