From: Ilia Mirkin Date: Sun, 20 Feb 2011 22:10:51 +0000 (-0500) Subject: arm: imx: Zero entire imxdma structure X-Git-Tag: v2.6.39-rc1~434^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fdaca910e6bc13659ecdffc28c97938b752e01;p=pandora-kernel.git arm: imx: Zero entire imxdma structure The semantic match that finds the problem: // @@ type T; identifier x; @@ T *x; ... * memset(x, ..., ... * sizeof(x) * ...); // Signed-off-by: Ilia Mirkin Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed