[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140610102420.45435c88@nehalam.linuxnetplumber.net>
Date: Tue, 10 Jun 2014 10:24:20 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Andy Green <andy.green@...aro.org>
Cc: netdev@...r.kernel.org, Francois Romieu <romieu@...zoreil.com>,
patches@...aro.org
Subject: Re: [net-next PATCH 2] net: ethernet driver: Fujitsu OGMA
On Tue, 10 Jun 2014 09:08:03 +0800
Andy Green <andy.green@...aro.org> wrote:
> +static struct net_device_stats *ogma_netdev_get_stats(struct net_device
> + *net_device)
> +{
> + return &net_device->stats;
> +}
This stub is unnecessary, if .ndo_get_stats is NULL, that is what core
code does already.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists