]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd2e36b55d92b0772d19f69dce2f0eef3bece6cc
treeed6533d71b0ed1674d0e8d2834f613fe020065d5
parentc7be59d11a3c20af49a58d1dbc7ef388ae3f60ad
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