Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142389
b: refs/heads/master
c: 6cb2c00
h: refs/heads/master
i:
  142387: fd9d23c
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 5a99c4a commit c1035e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ae7410e712b33d32337df80f71f702d12a8ebb81
refs/heads/master: 6cb2c0009e8f27abad514c44d60b58913189b8c6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ov772x.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static int ov772x_set_bus_param(struct soc_camera_device *icd,
static unsigned long ov772x_query_bus_param(struct soc_camera_device *icd)
{
struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
struct soc_camera_link *icl = priv->client->dev.platform_data;
struct soc_camera_link *icl = &priv->info->link;
unsigned long flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_MASTER |
SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_HSYNC_ACTIVE_HIGH |
SOCAM_DATA_ACTIVE_HIGH | priv->info->buswidth;
Expand Down

0 comments on commit c1035e2

Please sign in to comment.