dect
/
linux-2.6
Archived
13
0
Fork 0

[CRYPTO] hifn_795x: Fixup container_of() usage

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Alexey Dobriyan 2008-01-08 21:36:34 +11:00 committed by Herbert Xu
parent e6ccc727f3
commit b966b54654
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ struct hifn_context
atomic_t sg_num;
};
#define crypto_alg_to_hifn(alg) container_of(alg, struct hifn_crypto_alg, alg)
#define crypto_alg_to_hifn(a) container_of(a, struct hifn_crypto_alg, alg)
static inline u32 hifn_read_0(struct hifn_device *dev, u32 reg)
{