mbox series

[v3,0/2] usb: gadget: u_ether: revert netif_device_detach change

Message ID 20240620204832.24518-1-ftoth@exalondelft.nl
Headers show
Series usb: gadget: u_ether: revert netif_device_detach change | expand

Message

Ferry Toth June 20, 2024, 8:46 p.m. UTC
As agreed with the author, the netif_device_detach change is going to be reverted by
this series, so we will collaborate on a new one in the future that
brings no regressions.

v3:
- Send out actual version (Ferry)

v2:
- Add SoB (Greg)

Ferry Toth (2):
  Revert "usb: gadget: u_ether: Re-attach netif device to mirror
    detachment"
  Revert "usb: gadget: u_ether: Replace netif_stop_queue with
    netif_device_detach"

 drivers/usb/gadget/function/u_ether.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Greg KH June 27, 2024, 2:24 p.m. UTC | #1
On Thu, Jun 20, 2024 at 10:46:40PM +0200, Ferry Toth wrote:
> As agreed with the author, the netif_device_detach change is going to be reverted by
> this series, so we will collaborate on a new one in the future that
> brings no regressions.
> 
> v3:
> - Send out actual version (Ferry)

Much better, thanks, now queued up!

greg k-h