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

staging: usbvideo: vicam: Fix build in -next

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bc8bf90a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment