Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295011
b: refs/heads/master
c: d867be1
h: refs/heads/master
i:
  295009: 7a0a4a1
  295007: bfc35be
v: v3
  • Loading branch information
Fabio Estevam authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 1673bcb commit 9fd3a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 560fab62fa0f4bc332e1a84fb2dfdb5ae5dc7581
refs/heads/master: d867be1cc4fe32a19b4fa54f3ae4357d2ad9a57c
1 change: 1 addition & 0 deletions trunk/drivers/media/video/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ static int __devinit mx2_camera_probe(struct platform_device *pdev)

pcdev->clk_csi = clk_get(&pdev->dev, NULL);
if (IS_ERR(pcdev->clk_csi)) {
dev_err(&pdev->dev, "Could not get csi clock\n");
err = PTR_ERR(pcdev->clk_csi);
goto exit_kfree;
}
Expand Down

0 comments on commit 9fd3a8f

Please sign in to comment.