[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130107161919.GB5715@netboy.at.omicron.at>
Date: Mon, 7 Jan 2013 17:19:19 +0100
From: Richard Cochran <richardcochran@...il.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
bhutchings@...arflare.com, greearb@...delatech.com,
jeffrey.t.kirsher@...el.com
Subject: Re: [patch net-next] ethtool: consolidate work with ethtool_ops
On Mon, Jan 07, 2013 at 01:26:14PM +0100, Jiri Pirko wrote:
> @@ -1346,13 +1347,9 @@ static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr)
> info.cmd = ETHTOOL_GET_TS_INFO;
>
> if (phydev && phydev->drv && phydev->drv->ts_info) {
> -
> err = phydev->drv->ts_info(phydev, &info);
> -
> - } else if (dev->ethtool_ops && dev->ethtool_ops->get_ts_info) {
> -
> + } else if (ops->get_ts_info) {
> err = ops->get_ts_info(dev, &info);
> -
> } else {
> info.so_timestamping =
> SOF_TIMESTAMPING_RX_SOFTWARE |
Acked-by: Richard Cochran <richardcochran@...il.com>
--
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