Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235772
b: refs/heads/master
c: 38a26ef
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Feb 1, 2011
1 parent 420a4e8 commit af875c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc8bf90a643123f99f98027040f7256ce79b45da
refs/heads/master: 38a26ef272d8a93c88de54d8d3bd14ac3ce36056
2 changes: 1 addition & 1 deletion trunk/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 af875c5

Please sign in to comment.