From: Dan Carpenter Date: Fri, 21 Feb 2014 08:51:31 +0000 (+0300) Subject: crypto: caam - writel() arguments are swapped X-Git-Tag: v3.15-rc1~111^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f829e7a32c9434e31e565bc79f5804a7a984c10f;p=pandora-kernel.git crypto: caam - writel() arguments are swapped My guess is that this little endian configuration is never found in real life, but if it were then the writel() arguments are in the wrong order so the driver would crash immediately. Signed-off-by: Dan Carpenter Acked-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed