On Tue, 4 Jul 2017 17:13:29 +0100 Ferruh Yigit <[email protected]> wrote:
> +static void unci_net_stats64(struct net_device *dev,
> + struct rtnl_link_stats64 *stats)
> +{
> + int err;
> +
> + err = unci_nl_exec(UNCI_REQ_GET_STATS, dev, NULL, 0,
> + stats, sizeof(struct rtnl_link_stats64));
Do tail call here
return unci_nl_exec(UNCI_REQ_GET_STATS, ...

