Re: [PATCH] usb: remove unneeded break

2020-10-26 Thread Mathias Nyman
On 19.10.2020 18.02, t...@redhat.com wrote: > From: Tom Rix > > A break is not needed if it is preceded by a return or goto > > Signed-off-by: Tom Rix > --- > drivers/usb/gadget/function/f_hid.c | 9 - > drivers/usb/host/xhci-mem.c | 1 - > drivers/usb/misc/iowarrior.c

[PATCH] usb: remove unneeded break

2020-10-19 Thread trix
From: Tom Rix A break is not needed if it is preceded by a return or goto Signed-off-by: Tom Rix --- drivers/usb/gadget/function/f_hid.c | 9 - drivers/usb/host/xhci-mem.c | 1 - drivers/usb/misc/iowarrior.c| 3 --- drivers/usb/serial/iuu_phoenix.c| 2 --