crypto: caam - replace xstr macro with __stringify
authorAlex Porosanu <alexandru.porosanu@freescale.com>
Wed, 14 Aug 2013 15:56:45 +0000 (18:56 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 21 Aug 2013 11:08:36 +0000 (21:08 +1000)
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 <alexandru.porosanu@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found