From: Mika Westerberg Date: Tue, 10 Apr 2012 12:25:42 +0000 (+0300) Subject: irq_domain: correct the debugfs file name X-Git-Tag: v3.4~224^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac5830a33f5b25eae1dc0708b3e7a3d270a6c07f;p=platform%2Fkernel%2Flinux-amlogic.git irq_domain: correct the debugfs file name The actual name of the irq_domain mapping debugfs file is "irq_domain_mapping" not "virq_mapping". Signed-off-by: Mika Westerberg Signed-off-by: Grant Likely --- diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index cf1a4a6..d1a758b 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -62,7 +62,7 @@ config IRQ_DOMAIN_DEBUG help This option will show the mapping relationship between hardware irq numbers and Linux irq numbers. The mapping is exposed via debugfs - in the file "virq_mapping". + in the file "irq_domain_mapping". If you don't know what this means you don't need it.