linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: <netdev@vger.kernel.org>, "David S. Miller" <davem@davemloft.net>,
	<linux-rdma@vger.kernel.org>, <linux-acenic@sunsite.dk>,
	<nios2-dev@lists.rocketboards.org>,
	<linuxppc-dev@lists.ozlabs.org>,
	<e1000-devel@lists.sourceforge.net>,
	<devel@linuxdriverproject.org>, <linux-usb@vger.kernel.org>,
	<virtualization@lists.linux-foundation.org>,
	<linux-wireless@vger.kernel.org>,
	<xen-devel@lists.xenproject.org>, <linux-s390@vger.kernel.org>,
	<devel@driverdev.osuosl.org>, <b.a.t.m.a.n@lists.open-mesh.org>,
	<bridge@lists.linux-foundation.org>, <dev@openvswitch.org>,
	<trivial@kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
Date: Mon, 12 May 2014 09:49:28 -0500	[thread overview]
Message-ID: <20140512144928.GA31882@saruman.home> (raw)
In-Reply-To: <20140511001231.GC7875@kaos.lebenslange-mailadresse.de>

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

On Sun, May 11, 2014 at 12:12:32AM +0000, Wilfried Klaebe wrote:
> net: get rid of SET_ETHTOOL_OPS
> 
> Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone.
> This does that.
> 
> Mostly done via coccinelle script:
> @@
> struct ethtool_ops *ops;
> struct net_device *dev;
> @@
> -       SET_ETHTOOL_OPS(dev, ops);
> +       dev->ethtool_ops = ops;
> 
> Compile tested only, but I'd seriously wonder if this broke anything.
> 
> Suggested-by: Dave Miller <davem@davemloft.net>
> Signed-off-by: Wilfried Klaebe <w-lkml@lebenslange-mailadresse.de>

for drivers/usb/gadget/:

Acked-by: Felipe Balbi <balbi@ti.com>

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2014-05-12 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-11  0:12 [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS Wilfried Klaebe
2014-05-11  7:43 ` Anish Khurana
2014-05-11 12:46   ` Wilfried Klaebe
2014-05-12 14:49 ` Felipe Balbi [this message]
2014-05-13 21:43 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140512144928.GA31882@saruman.home \
    --to=balbi@ti.com \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=dev@openvswitch.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=devel@linuxdriverproject.org \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=linux-acenic@sunsite.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=nios2-dev@lists.rocketboards.org \
    --cc=trivial@kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).