From: Colin Cross Date: Fri, 13 Dec 2013 22:25:02 +0000 (-0800) Subject: ion: convert sg_dma_len(sg) to sg->length X-Git-Tag: v3.14-rc1~150^2~389 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e0dcaeb4fd72a010a1f5ad0c03abd8e0a58ef9;p=pandora-kernel.git ion: convert sg_dma_len(sg) to sg->length ion is always dealing with the allocation and not the mapping, so it should always be using sg->length and not sg->dma_length. Signed-off-by: Colin Cross Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed