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:
02ac048
)
[media] em28xx: fix incorrect s_ctrl error code and wrong call to res_free
author
Hans Verkuil
<hverkuil@xs4all.nl>
Wed, 29 Dec 2010 17:28:13 +0000
(14:28 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 30 Dec 2010 10:02:23 +0000
(08:02 -0200)
Calling subdevs to handle s_ctrl returned a non-zero return code even if
everything went fine.
Calling STREAMOFF if no STREAMON happened earlier would hit a BUG_ON
in res_free.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found