Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250350
b: refs/heads/master
c: cc90b15
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed May 21, 2011
1 parent 2bcc163 commit 3e1b455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 81f2030a935734ff404c86ad85f1eab777eb2324
refs/heads/master: cc90b15eb27696a5fa237897deb2fc83a1e003f1
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/gspca/cpia1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ static int set_flicker(struct gspca_dev *gspca_dev, int on, int apply)
static void monitor_exposure(struct gspca_dev *gspca_dev)
{
struct sd *sd = (struct sd *) gspca_dev;
u8 exp_acc, bcomp, gain, coarseL, cmd[8];
u8 exp_acc, bcomp, cmd[8];
int ret, light_exp, dark_exp, very_dark_exp;
int old_exposure, new_exposure, framerate;
int setfps = 0, setexp = 0, setflicker = 0;
Expand All @@ -1284,8 +1284,6 @@ static void monitor_exposure(struct gspca_dev *gspca_dev)
}
exp_acc = gspca_dev->usb_buf[0];
bcomp = gspca_dev->usb_buf[1];
gain = gspca_dev->usb_buf[2];
coarseL = gspca_dev->usb_buf[3];

light_exp = sd->params.colourParams.brightness +
TC - 50 + EXP_ACC_LIGHT;
Expand Down

0 comments on commit 3e1b455

Please sign in to comment.