Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174162
b: refs/heads/master
c: 14cbaaf
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 59ff7c0 commit 3dc8f20
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: e53a70b4725f0a5e10e659c8352696548b9b9478
refs/heads/master: 14cbaafe6f8587aed632de747322cd3add421a76
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/davinci/vpfe_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,8 +1978,7 @@ static __init int vpfe_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, vpfe_dev);
/* set driver private data */
video_set_drvdata(vpfe_dev->video_dev, vpfe_dev);
i2c_adap = i2c_get_adapter(1);
vpfe_cfg = pdev->dev.platform_data;
i2c_adap = i2c_get_adapter(vpfe_cfg->i2c_adapter_id);
num_subdevs = vpfe_cfg->num_subdevs;
vpfe_dev->sd = kmalloc(sizeof(struct v4l2_subdev *) * num_subdevs,
GFP_KERNEL);
Expand Down

0 comments on commit 3dc8f20

Please sign in to comment.