X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Fipv4%2Ffib_rules.c;h=513f475c6a534e0fb406b93525476ac9c03f3bc8;hb=1501f707d2b24316b41d45bdc95a73bc8cc8dd49;hp=001fea394bde96cbffc02a1504d83e979f78781b;hpb=722985e2f6ec9127064771ba526578ea8275834d;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c index 001fea3..513f475 100644 --- a/net/ipv4/fib_rules.c +++ b/net/ipv4/fib_rules.c @@ -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) {