Re: [PATCH 5/5] drivers: net: usb: rtl8150: bug fixing and cleanup

2013-05-19 Thread Petko Manolov
On Sat, 18 May 2013, Francois Romieu wrote: > Petko Manolov : > [...] > > @@ -681,16 +681,15 @@ static int rtl8150_ioctl(struct net_device *netdev, > > struct ifreq *rq, int cmd) > > } > > > > static const struct net_device_ops rtl8150_netdev_ops = { > > - .ndo_open = rtl8150

Re: [PATCH 5/5] drivers: net: usb: rtl8150: bug fixing and cleanup

2013-05-18 Thread Francois Romieu
Petko Manolov : [...] > @@ -681,16 +681,15 @@ static int rtl8150_ioctl(struct net_device *netdev, > struct ifreq *rq, int cmd) > } > > static const struct net_device_ops rtl8150_netdev_ops = { > - .ndo_open = rtl8150_open, > - .ndo_stop = rtl8150_close, > -

[PATCH 5/5] drivers: net: usb: rtl8150: bug fixing and cleanup

2013-05-18 Thread Petko Manolov
From: Petko Manolov copyright, email address and styling update; Signed-off-by: Petko Manolov --- drivers/net/usb/rtl8150.c | 69 +-- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c index 0e