commit | c91d3376e5f4277173a22f0ef9989125c318bacb | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Oct 06 15:33:34 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 04 08:47:16 2009 -0800 |
tree | 1f5534a2792f0de2cd8937d7efd9dc03d97ac2e4 | |
parent | 2840537228fba95e05cab1a6b5719c61982db279 [diff] |
vsprintf: add %pR support for IRQ and DMA resources Print addresses (IO port numbers and memory addresses) in hex, but print others (IRQs and DMA channels) in decimal. Only print the end if it's different from the start. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>