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
  2025-06-20 12:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [PATCH] crypto: caam - adapt pr_fmt to make it more clear
  2025-06-19 15:14 [PATCH] crypto: caam - adapt pr_fmt to make it more clear Marco Felsch
@ 2025-06-20 12:00 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-06-20 12:00 UTC (permalink / raw)
  To: barebox, Marco Felsch


On Thu, 19 Jun 2025 17:14:06 +0200, Marco Felsch wrote:
> Add a "caam" prefix to make it more clear.
> 
> 

Applied, thanks!

[1/1] crypto: caam - adapt pr_fmt to make it more clear
      https://git.pengutronix.de/cgit/barebox/commit/?id=7240eee1e154 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-20 12:09 UTC | newest]

Thread overview: 2+ messages (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
2025-06-20 12:00 ` Sascha Hauer

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