From: Alex Porosanu Date: Wed, 14 Aug 2013 15:56:45 +0000 (+0300) Subject: crypto: caam - replace xstr macro with __stringify X-Git-Tag: v3.12-rc1~108^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514df2816ffb176c76c344f7d1b83e79a490e4d0;p=pandora-kernel.git crypto: caam - replace xstr macro with __stringify CAAM driver contains one macro (xstr) used for printing the line location in a file where a memdump is done. This patch replaces the xstr macro with the already existing __stringify macro that performs the same function. Signed-off-by: Alex Porosanu Signed-off-by: Herbert Xu --- Reading git-diff-tree failed