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:
0657418
)
[media] stk1160: Fix s_fmt and try_fmt implementation
author
Ezequiel Garcia
<elezegarcia@gmail.com>
Mon, 20 Aug 2012 00:23:45 +0000
(21:23 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 25 Sep 2012 13:53:34 +0000
(10:53 -0300)
The driver was expecting to get a valid pixelformat on s_fmt and try_fmt.
This is wrong, since the user may pass a bitmask and expect the driver
to change it, returning a valid (fourcc) pixelformat.
This problem was spotted by v4l2-compliance.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found