Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331009
b: refs/heads/master
c: 9f9831a
h: refs/heads/master
i:
  331007: 52eba67
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent fd2ddaf commit bab2247
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: 3920631c4b8af70893fe70df53e94adb0cd66f71
refs/heads/master: 9f9831a8b61fb3cae76bc31561bafdb0a58ad12b
3 changes: 1 addition & 2 deletions trunk/drivers/media/platform/mx2_emmaprp.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,8 @@ static int emmaprp_probe(struct platform_device *pdev)
}

pcdev->clk_emma_ahb = devm_clk_get(&pdev->dev, "ahb");
if (IS_ERR(pcdev->clk_emma_ipg)) {
if (IS_ERR(pcdev->clk_emma_ahb))
return PTR_ERR(pcdev->clk_emma_ahb);
}

irq_emma = platform_get_irq(pdev, 0);
res_emma = platform_get_resource(pdev, IORESOURCE_MEM, 0);
Expand Down

0 comments on commit bab2247

Please sign in to comment.