Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330958
b: refs/heads/master
c: 8c96f0a
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 13, 2012
1 parent fb2f880 commit 602c6a8
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: 50c457a950ac06b4c461ed36fdb4a84c0d27a82b
refs/heads/master: 8c96f0a207bedb6f06089fde9adc7abe8136a087
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/gspca/cpia1.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int goto_high_power(struct gspca_dev *gspca_dev)
if (signal_pending(current))
return -EINTR;

do_command(gspca_dev, CPIA_COMMAND_GetCameraStatus, 0, 0, 0, 0);
ret = do_command(gspca_dev, CPIA_COMMAND_GetCameraStatus, 0, 0, 0, 0);
if (ret)
return ret;

Expand Down

0 comments on commit 602c6a8

Please sign in to comment.