[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1406535191.17754.10.camel@linux-fkkt.site>
Date: Mon, 28 Jul 2014 10:13:11 +0200
From: Oliver Neukum <oneukum@...e.de>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] cdc_subset: deal with a device that needs reset for
timeout
On Sun, 2014-07-27 at 22:31 -0700, David Miller wrote:
> From: Oliver Neukum <oneukum@...e.de>
> Date: Thu, 24 Jul 2014 13:59:34 +0200
>
> > @@ -1218,6 +1218,8 @@ void usbnet_tx_timeout (struct net_device *net)
> >
> > unlink_urbs (dev, &dev->txq);
> > tasklet_schedule (&dev->bh);
> > + if (dev->driver_info->recover)
> > + (dev->driver_info->recover)(dev);
> >
> > // FIXME: device recovery -- reset?
> > }
>
> Well, since you're at least providing a way to handle this now, you can
> remove this comment completely.
Certainly
Sorry
Oliver
--
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