mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] crypto: caam - adapt pr_fmt to make it more clear
@ 2025-06-19 15:14 Marco Felsch
  0 siblings, 0 replies; only message in thread
From: Marco Felsch @ 2025-06-19 15:14 UTC (permalink / raw)
  To: barebox

Add a "caam" prefix to make it more clear.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 drivers/crypto/caam/rng_self_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam/rng_self_test.c b/drivers/crypto/caam/rng_self_test.c
index b6fcc3bc0947..84dd24d58f4c 100644
--- a/drivers/crypto/caam/rng_self_test.c
+++ b/drivers/crypto/caam/rng_self_test.c
@@ -42,7 +42,7 @@
  * - i.MX67SD silicon revision 1.3
  */
 
-#define pr_fmt(fmt) "rng_self_test: " fmt
+#define pr_fmt(fmt) "caam-rng-self-test: " fmt
 
 #include <dma.h>
 #include <common.h>
-- 
2.39.5




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-19 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-19 15:14 [PATCH] crypto: caam - adapt pr_fmt to make it more clear Marco Felsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox