|
@@ -921,8 +921,7 @@ static void virq_debug_show_one(struct seq_file *m, struct irq_desc *desc)
|
|
|
chip = irq_data_get_irq_chip(data);
|
|
|
seq_printf(m, "%-15s ", (chip && chip->name) ? chip->name : "none");
|
|
|
|
|
|
- seq_printf(m, data ? "0x%p " : " %p ",
|
|
|
- irq_data_get_irq_chip_data(data));
|
|
|
+ seq_printf(m, "0x%p ", irq_data_get_irq_chip_data(data));
|
|
|
|
|
|
seq_printf(m, " %c ", (desc->action && desc->action->handler) ? '*' : ' ');
|
|
|
direct = (irq == hwirq) && (irq < domain->revmap_direct_max_irq);
|