staging: usbvideo: vicam: Fix build in -next
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bc8bf90a64
commit
38a26ef272
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue