mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +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