Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161504
b: refs/heads/master
c: bb2c818
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent b7a51db commit ecd8e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d40a1da2b4eb8f798175fdf98d92b83746a31a31
refs/heads/master: bb2c818fae1dfdb6bea6e4f80b391656101bbd38
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/vc032x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2672,10 +2672,10 @@ static void sethvflip(struct gspca_dev *gspca_dev)

hflip = sd->hflip;
if (sd->flags & FL_HFLIP)
hflip != hflip;
hflip = !hflip;
vflip = sd->vflip;
if (sd->flags & FL_VFLIP)
vflip != vflip;
vflip = !vflip;
switch (sd->sensor) {
case SENSOR_MI1310_SOC:
case SENSOR_MI1320_SOC:
Expand Down

0 comments on commit ecd8e28

Please sign in to comment.