[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140727.223131.562363351418867070.davem@davemloft.net>
Date: Sun, 27 Jul 2014 22:31:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: oneukum@...e.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] cdc_subset: deal with a device that needs reset for
timeout
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.
--
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