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:
Alan Cox 2011-02-01 11:31:40 +00:00 committed by Greg Kroah-Hartman
parent bc8bf90a64
commit 38a26ef272
1 changed files with 1 additions and 1 deletions

View File

@ -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;