mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 13:26:39 +07: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…
Reference in New Issue
Block a user