Browse Source

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>
Alan Cox 14 years ago
parent
commit
38a26ef272
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/usbvideo/vicam.c

+ 1 - 1
drivers/staging/usbvideo/vicam.c

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