Skip to content

Commit

Permalink
staging: usbvideo: vicam: Fix build in -next
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Feb 1, 2011
1 parent bc8bf90 commit 38a26ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbvideo/vicam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 38a26ef

Please sign in to comment.