diff options
Diffstat (limited to 'drivers/crypto/caam/key_gen.c')
-rw-r--r-- | drivers/crypto/caam/key_gen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/crypto/caam/key_gen.c b/drivers/crypto/caam/key_gen.c index 87138d2adb5f..ea2e406610eb 100644 --- a/drivers/crypto/caam/key_gen.c +++ b/drivers/crypto/caam/key_gen.c | |||
@@ -95,9 +95,9 @@ int gen_split_key(struct device *jrdev, u8 *key_out, int split_key_len, | |||
95 | LDST_CLASS_2_CCB | FIFOST_TYPE_SPLIT_KEK); | 95 | LDST_CLASS_2_CCB | FIFOST_TYPE_SPLIT_KEK); |
96 | 96 | ||
97 | #ifdef DEBUG | 97 | #ifdef DEBUG |
98 | print_hex_dump(KERN_ERR, "ctx.key@"xstr(__LINE__)": ", | 98 | print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", |
99 | DUMP_PREFIX_ADDRESS, 16, 4, key_in, keylen, 1); | 99 | DUMP_PREFIX_ADDRESS, 16, 4, key_in, keylen, 1); |
100 | print_hex_dump(KERN_ERR, "jobdesc@"xstr(__LINE__)": ", | 100 | print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", |
101 | DUMP_PREFIX_ADDRESS, 16, 4, desc, desc_bytes(desc), 1); | 101 | DUMP_PREFIX_ADDRESS, 16, 4, desc, desc_bytes(desc), 1); |
102 | #endif | 102 | #endif |
103 | 103 | ||
@@ -110,7 +110,7 @@ int gen_split_key(struct device *jrdev, u8 *key_out, int split_key_len, | |||
110 | wait_for_completion_interruptible(&result.completion); | 110 | wait_for_completion_interruptible(&result.completion); |
111 | ret = result.err; | 111 | ret = result.err; |
112 | #ifdef DEBUG | 112 | #ifdef DEBUG |
113 | print_hex_dump(KERN_ERR, "ctx.key@"xstr(__LINE__)": ", | 113 | print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", |
114 | DUMP_PREFIX_ADDRESS, 16, 4, key_out, | 114 | DUMP_PREFIX_ADDRESS, 16, 4, key_out, |
115 | split_key_pad_len, 1); | 115 | split_key_pad_len, 1); |
116 | #endif | 116 | #endif |