From: Laurent Pinchart Date: Sun, 9 Mar 2014 20:58:37 +0000 (-0300) Subject: [media] omap3isp: queue: Fix the dma_map_sg() return value check X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d642826d031c8700ff1ad601fedf1ebe351033;p=pandora-kernel.git [media] omap3isp: queue: Fix the dma_map_sg() return value check 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 Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed