Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306503
b: refs/heads/master
c: 5af86c2
h: refs/heads/master
i:
  306501: f837348
  306499: a321ada
  306495: c9898e9
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent a45c2a2 commit 82508bc
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: bb7c276ec48b27d62a6d3f98e047a4b3d6a29b5c
refs/heads/master: 5af86c2691b9e0fc1f993cdcd4aa27eb684c1c17
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static int fimc_probe(struct platform_device *pdev)
clk_enable(fimc->clock[CLK_BUS]);

ret = devm_request_irq(&pdev->dev, res->start, fimc_irq_handler,
0, pdev->name, fimc);
0, dev_name(&pdev->dev), fimc);
if (ret) {
dev_err(&pdev->dev, "failed to install irq (%d)\n", ret);
goto err_clk;
Expand Down

0 comments on commit 82508bc

Please sign in to comment.