diff options
Diffstat (limited to 'drivers/crypto/hifn_795x.c')
-rw-r--r-- | drivers/crypto/hifn_795x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index 1a197003f1a2..16413e57597c 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto/hifn_795x.c | |||
@@ -664,7 +664,7 @@ struct hifn_context | |||
664 | atomic_t sg_num; | 664 | atomic_t sg_num; |
665 | }; | 665 | }; |
666 | 666 | ||
667 | #define crypto_alg_to_hifn(alg) container_of(alg, struct hifn_crypto_alg, alg) | 667 | #define crypto_alg_to_hifn(a) container_of(a, struct hifn_crypto_alg, alg) |
668 | 668 | ||
669 | static inline u32 hifn_read_0(struct hifn_device *dev, u32 reg) | 669 | static inline u32 hifn_read_0(struct hifn_device *dev, u32 reg) |
670 | { | 670 | { |