]> git.baikalelectronics.ru Git - kernel.git/commit
irqdomain: Fix debugfs formatting
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 11 Apr 2012 06:26:25 +0000 (00:26 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 11 Apr 2012 07:01:45 +0000 (01:01 -0600)
commit5be520658024279104c620f816faae632bf6a8d3
tree769d3c6192d1eeff58fd84d5e6c4667f2952d26c
parente6e14a627d5037f257ae6a9b7d7efee8874d6a3f
irqdomain: Fix debugfs formatting

This patch fixes the irq_domain_mapping debugfs output to pad pointer
values with leading zeros so that pointer values are displayed
correctly.  Otherwise you get output similar to "0x 5e0000000000000".
Also, when the irq_domain is set to 'null'

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: David Daney <david.daney@cavium.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
kernel/irq/irqdomain.c