git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
403dfbe
)
[media] exynos4-is: Remove WARN_ON() from __fimc_pipeline_close()
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Fri, 31 May 2013 14:37:23 +0000
(11:37 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 13 Jun 2013 00:58:29 +0000
(21:58 -0300)
It's not a critical error to call __fimc_pipeline_close() with missing
sensor subdev entity. Replace WARN_ON() with pr_warn() and return 0
instead of -EINVAL to fix control flow in some conditions.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found