Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138185
b: refs/heads/master
c: 3347042
h: refs/heads/master
i:
  138183: 3a4d624
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 81a09d7 commit 365c43a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9467fe126451c7fc7878d21f3cd1938421ef972e
refs/heads/master: 33470423aba5da982dc944658da232942824f2d5
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/zoran/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ zoran_setup_videocodec (struct zoran *zr,
return m;
}

static int zoran_subdev_notify(struct v4l2_subdev *sd, unsigned int cmd, void *arg)
static void zoran_subdev_notify(struct v4l2_subdev *sd, unsigned int cmd, void *arg)
{
struct zoran *zr = to_zoran(sd->v4l2_dev);

Expand All @@ -1206,7 +1206,6 @@ static int zoran_subdev_notify(struct v4l2_subdev *sd, unsigned int cmd, void *a
GPIO(zr, 7, 0);
else if (cmd == BT819_FIFO_RESET_HIGH)
GPIO(zr, 7, 1);
return 0;
}

/*
Expand Down

0 comments on commit 365c43a

Please sign in to comment.