mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 00:13:53 +00:00
orinoco_usb: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1205d38d86
commit
a9fdfb30cf
@ -921,7 +921,6 @@ static int ezusb_access_ltv(struct ezusb_priv *upriv,
|
||||
retval = -EFAULT;
|
||||
}
|
||||
goto exit;
|
||||
break;
|
||||
}
|
||||
if (ctx->in_rid) {
|
||||
struct ezusb_packet *ans = ctx->buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user