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:
1e393e9
)
[media] omap3isp: Don't fail streamon when the sensor doesn't implement s_stream
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Sat, 13 Aug 2011 16:09:11 +0000
(13:09 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 21 Sep 2011 18:30:00 +0000
(15:30 -0300)
The code handles subdevs with no s_stream operation correctly, but
returns -ENOIOCTLCMD by mistake if the first subdev in the chain has no
s_stream operation. Return 0 in that case.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found