From: Dave Jones Date: Sun, 9 Feb 2014 01:59:14 +0000 (+0800) Subject: crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments X-Git-Tag: v3.15-rc1~111^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e84c16e72a0eac30085322b4664b7b6b0dde75;p=pandora-kernel.git crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments There are some suspicious looking lines of code in the new ccp driver, including one that assigns a variable to itself, and another that overwrites a previous assignment. This may have been a cut-and-paste error where 'src' was forgotten to be changed to 'dst'. I have no hardware to test this, so this is untested. Signed-off-by: Dave Jones Acked-by: Tom Lendacky Signed-off-by: Herbert Xu --- Reading git-diff-tree failed