Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192759
b: refs/heads/master
c: a4fa8e9
h: refs/heads/master
i:
  192757: 14fb48a
  192755: ad4b183
  192751: 277ddb6
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 2f46c3f commit 9d9ea06
Show file tree
Hide file tree
Showing 3 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: 2f51d00ffa2a41c76fe8a492383e1c1124137694
refs/heads/master: a4fa8e9e8586bc769b14069bbb663e2738abe7be
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/cpia1.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static int sd_getfreq(struct gspca_dev *gspca_dev, __s32 *val);
static int sd_setcomptarget(struct gspca_dev *gspca_dev, __s32 val);
static int sd_getcomptarget(struct gspca_dev *gspca_dev, __s32 *val);

static struct ctrl sd_ctrls[] = {
static const struct ctrl sd_ctrls[] = {
{
{
.id = V4L2_CID_BRIGHTNESS,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/sn9c2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct init_command {
};

/* V4L2 controls supported by the driver */
static struct ctrl sd_ctrls[] = {
static const struct ctrl sd_ctrls[] = {
};

/* How to change the resolution of any of the VGA cams is unknown */
Expand Down

0 comments on commit 9d9ea06

Please sign in to comment.