Commit 91f13120 authored by Oliver Neukum's avatar Oliver Neukum Committed by Hans Verkuil
Browse files

usbtv: usbtv_set_regs: the pipe is output



We are setting a value. That is output and
the pipe has to match that.

Signed-off-by: default avatarOliver Neukum <oneukum@suse.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent b6f790a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size)
{
	int ret;
	int pipe = usb_rcvctrlpipe(usbtv->udev, 0);
	int pipe = usb_sndctrlpipe(usbtv->udev, 0);
	int i;

	for (i = 0; i < size; i++) {