mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] genirq/irqdomain: Fix debugging information in irq_create_mapping_affinity()
@ 2021-01-23  9:11 Stephen Zhang
  0 siblings, 0 replies; only message in thread
From: Stephen Zhang @ 2021-01-23  9:11 UTC (permalink / raw)
  To: maz, tglx; +Cc: linux-kernel, Stephen Zhang

Replace the function name with __func__ in case of changes.

Signed-off-by: Stephen Zhang <stephenzhangzsd@gmail.com>
---
 kernel/irq/irqdomain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 6aacd34..2cad63e 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -661,7 +661,7 @@ unsigned int irq_create_mapping_affinity(struct irq_domain *domain,
 	struct device_node *of_node;
 	int virq;
 
-	pr_debug("irq_create_mapping(0x%p, 0x%lx)\n", domain, hwirq);
+	pr_debug("%s(0x%p, 0x%lx)\n",  __func__, domain, hwirq);
 
 	/* Look for default domain if nececssary */
 	if (domain == NULL)
-- 
1.8.3.1


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

only message in thread, other threads:[~2021-01-23  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23  9:11 [PATCH] genirq/irqdomain: Fix debugging information in irq_create_mapping_affinity() Stephen Zhang

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

all inboxes | Powered by JetHome®