Thread (5 messages) 5 messages, 4 authors, 2014-05-13

Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS

From: Felipe Balbi <hidden>
Date: 2014-05-12 14:51:00
Also in: bridge, linux-rdma, linux-s390, linux-wireless, lkml, netdev

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 <redacted>
for drivers/usb/gadget/:

Acked-by: Felipe Balbi <redacted>

-- 
balbi

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help