Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211350
b: refs/heads/master
c: 81c69fc
h: refs/heads/master
v: v3
  • Loading branch information
Pawel Osciak authored and Mauro Carvalho Chehab committed Sep 28, 2010
1 parent f1bd6d3 commit 7935a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 86d8b6abbbc973a1dd7d3c8f9e3c3e06131703b2
refs/heads/master: 81c69fc200bfa2f3a8b2fed614d1c6670c4a7e14
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,10 @@ static int fimc_probe(struct platform_device *pdev)
}

fimc->work_queue = create_workqueue(dev_name(&fimc->pdev->dev));
if (!fimc->work_queue)
if (!fimc->work_queue) {
ret = -ENOMEM;
goto err_irq;
}

ret = fimc_register_m2m_device(fimc);
if (ret)
Expand Down

0 comments on commit 7935a7b

Please sign in to comment.