diff options
Diffstat (limited to 'drivers/crypto/caam/ctrl.c')
-rw-r--r-- | drivers/crypto/caam/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 1c56f63524f2..8acf00490fd5 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c | |||
@@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc) | |||
66 | 66 | ||
67 | /* | 67 | /* |
68 | * load 1 to clear written reg: | 68 | * load 1 to clear written reg: |
69 | * resets the done interrrupt and returns the RNG to idle. | 69 | * resets the done interrupt and returns the RNG to idle. |
70 | */ | 70 | */ |
71 | append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW); | 71 | append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW); |
72 | 72 | ||