Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b966b546 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Herbert Xu
Browse files

[CRYPTO] hifn_795x: Fixup container_of() usage

parent e6ccc727
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{