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:
0f890ab
)
[media] videobuf2: fix core to correctly identify allocation failures
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Tue, 22 Mar 2011 12:24:58 +0000
(09:24 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 13 Apr 2011 12:52:16 +0000
(09:52 -0300)
The videobuf2-dma-contig allocator returns an ERR_PTR() on failure, not
a NULL like all other allocators. Fix videobuf2-core to also correctly
recognise those failures.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found