Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219505
b: refs/heads/master
c: 2334e79
h: refs/heads/master
i:
  219503: 351c43f
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Oct 22, 2010
1 parent 398d45d commit 4ebe62c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 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: d4c0312363ad16a9991521aec7e19ffe85d49c2a
refs/heads/master: 2334e7902e4ff3d61b5dd808858f2ac3e276a551
1 change: 0 additions & 1 deletion trunk/arch/sh/boards/mach-ecovec24/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,6 @@ static struct sh_vou_pdata sh_vou_pdata = {
.flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW,
.board_info = &ak8813,
.i2c_adap = 0,
.module_name = "ak881x",
};

static struct resource sh_vou_resources[] = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/boards/mach-se/7724/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ static struct sh_vou_pdata sh_vou_pdata = {
.flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW,
.board_info = &ak8813,
.i2c_adap = 0,
.module_name = "ak881x",
};

static struct resource sh_vou_resources[] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sh_vou.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ static int __devinit sh_vou_probe(struct platform_device *pdev)
goto ereset;

subdev = v4l2_i2c_new_subdev_board(&vou_dev->v4l2_dev, i2c_adap,
vou_pdata->module_name, vou_pdata->board_info, NULL);
NULL, vou_pdata->board_info, NULL);
if (!subdev) {
ret = -ENOMEM;
goto ei2cnd;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/media/sh_vou.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ struct sh_vou_pdata {
int i2c_adap;
struct i2c_board_info *board_info;
unsigned long flags;
char *module_name;
};

#endif

0 comments on commit 4ebe62c

Please sign in to comment.