Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181490
b: refs/heads/master
c: f0ecba9
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 189f640 commit d6bb8b0
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 9d68e8de9f8ab14077dd8d3c6ed9087ea61544a6
refs/heads/master: f0ecba96e76295792a0b1ee2e03b505562e7b9f3
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_mt9m111.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static struct v4l2_pix_format mt9m111_modes[] = {
}
};

const static struct ctrl mt9m111_ctrls[] = {
static const struct ctrl mt9m111_ctrls[] = {
#define VFLIP_IDX 0
{
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_ov7660.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static int ov7660_set_hflip(struct gspca_dev *gspca_dev, __s32 val);
static int ov7660_get_vflip(struct gspca_dev *gspca_dev, __s32 *val);
static int ov7660_set_vflip(struct gspca_dev *gspca_dev, __s32 val);

const static struct ctrl ov7660_ctrls[] = {
static const struct ctrl ov7660_ctrls[] = {
#define GAIN_IDX 1
{
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_ov7660.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int ov7660_start(struct sd *sd);
int ov7660_stop(struct sd *sd);
void ov7660_disconnect(struct sd *sd);

const static struct m5602_sensor ov7660 = {
static const struct m5602_sensor ov7660 = {
.name = "ov7660",
.i2c_slave_id = 0x42,
.i2c_regW = 1,
Expand Down

0 comments on commit d6bb8b0

Please sign in to comment.