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)
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>

No differences found