Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9fdfb30 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

orinoco_usb: remove unnecessary break after goto

parent 1205d38d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;