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 <mika.westerberg@linux.intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Mika Westerberg 2012-04-10 15:25:42 +03:00 committed by Grant Likely
parent a699e4e49e
commit ac5830a33f

View File

@ -62,7 +62,7 @@ config IRQ_DOMAIN_DEBUG
help help
This option will show the mapping relationship between hardware irq This option will show the mapping relationship between hardware irq
numbers and Linux irq numbers. The mapping is exposed via debugfs 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. If you don't know what this means you don't need it.