commit | 9174fc8f111982e024a00512c521ad8f1056fccb | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jun 28 15:25:36 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jun 28 15:25:36 2011 +0900 |
tree | e8cd3f0bea432af9d970152b451eb96448000157 | |
parent | 23241d43eac88f63a7f0bf4d5c12bbc496651585 [diff] |
serial: sh-sci: Fix up pretty name printing for port IRQs. Presently these were all using the same static string with no regard to dev_name() and the like. This implements a bit of rework to name the IRQ dynamically, as it should have been doing all along anyways. Signed-off-by: Paul Mundt <lethal@linux-sh.org>