Browse Source

orinoco_usb: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Fabian Frederick 11 years ago
parent
commit
a9fdfb30cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/wireless/orinoco/orinoco_usb.c

+ 0 - 1
drivers/net/wireless/orinoco/orinoco_usb.c

@@ -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;