Commit 38a26ef2 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

staging: usbvideo: vicam: Fix build in -next

parent bc8bf90a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ set_camera_power(struct vicam_camera *cam, int state)
{
	int status;

	status = send_control_msg(cam, 0x50, state, 0, NULL, 0));
	status = send_control_msg(cam, 0x50, state, 0, NULL, 0);
	if (status < 0)
		return status;