Commit 09a7a6b5 authored by Emrys Bayliss's avatar Emrys Bayliss Committed by Greg Kroah-Hartman
Browse files

Staging: vt6656: Checkpatch fix: else after break or return



This patch fixes the following checkpatch.pl error:
rxtx.c:588: WARNING: else is not generally useful after a break or return

Signed-off-by: default avatarEmrys Bayliss <emrys@paradise.net.nz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ffad440b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -575,8 +575,6 @@ static u16 vnt_fill_cts_head(struct vnt_usb_send_context *tx_context,

		return vnt_rxtx_datahead_g(tx_context, &buf->data_head);
	}

	return 0;
}

static u16 vnt_rxtx_rts(struct vnt_usb_send_context *tx_context,