Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180703
b: refs/heads/master
c: 53f6860
h: refs/heads/master
i:
  180701: 19bef1f
  180699: b611764
  180695: 9c774ac
  180687: 776418a
  180671: 7bf8981
v: v3
  • Loading branch information
Martin Fuzzey authored and Mauro Carvalho Chehab committed Feb 19, 2010
1 parent 9594aea commit f50bf19
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: 2b59125b1b5f8c9bb0524b8a0bdad4b780a239ac
refs/heads/master: 53f68607caba85db9a73846ccd289e4b7fa96295
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pwc/pwc-ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ int pwc_set_shutter_speed(struct pwc_device *pdev, int mode, int value)
buf[0] = 0xff; /* fixed */

ret = send_control_msg(pdev,
SET_LUM_CTL, SHUTTER_MODE_FORMATTER, &buf, sizeof(buf));
SET_LUM_CTL, SHUTTER_MODE_FORMATTER, &buf, 1);

if (!mode && ret >= 0) {
if (value < 0)
Expand Down

0 comments on commit f50bf19

Please sign in to comment.