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)
commit514df2816ffb176c76c344f7d1b83e79a490e4d0
treeed6533d71b0ed1674d0e8d2834f613fe020065d5
parentedb6f29464afc65fc73767540b854abf63ae7144
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 <alexandru.porosanu@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c
drivers/crypto/caam/caamhash.c
drivers/crypto/caam/key_gen.c