提交 b966b546 编写于 作者: A Alexey Dobriyan 提交者: Herbert Xu

[CRYPTO] hifn_795x: Fixup container_of() usage

Signed-off-by: NAlexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 e6ccc727
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册