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:
7f5036d
)
[media] omap3isp: queue: Fix the dma_map_sg() return value check
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Sun, 9 Mar 2014 20:58:37 +0000
(17:58 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Sun, 25 May 2014 14:16:18 +0000
(11:16 -0300)
dma_map_sg() can merge sglist entries, and can thus return a number of
mapped entries different than the original value. Don't consider this as
an error.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found