serial: sh-sci: Fix up pretty name printing for port IRQs.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 06:25:36 +0000 (15:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 06:25:36 +0000 (15:25 +0900)
commit9174fc8f111982e024a00512c521ad8f1056fccb
treee8cd3f0bea432af9d970152b451eb96448000157
parent23241d43eac88f63a7f0bf4d5c12bbc496651585
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>
drivers/tty/serial/sh-sci.c
include/linux/serial_sci.h