Re: [PATCH 1/7] crypto: geode: Don't use tfm->__crt_alg->cra_name directly

2014-05-22 Thread Herbert Xu
On Wed, May 14, 2014 at 11:40:57AM +0200, Marek Vasut wrote: > Use a standard accessor instead of directly digging into a structure. > > Signed-off-by: Marek Vasut All applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pub

[PATCH 1/7] crypto: geode: Don't use tfm->__crt_alg->cra_name directly

2014-05-14 Thread Marek Vasut
Use a standard accessor instead of directly digging into a structure. Signed-off-by: Marek Vasut --- drivers/crypto/geode-aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) NOTE: I didn't compile-test those, but the change should not break anything. If possible, please test o