[PATCH] serial: mpsc driver passes bad devname to request_irq()
authorMark A. Greer <mgreer@mvista.com>
Sat, 25 Mar 2006 11:08:26 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:23:02 +0000 (08:23 -0800)
commita30ff2e348af9d3a1782103130c88960550a773f
tree0fbaf216c2a28c9c459adade7bcf517f8ab456fe
parent37f1e984253c7eeee8e0f2be9d134d1e9e34b9d4
[PATCH] serial: mpsc driver passes bad devname to request_irq()

The devname passed to request_irq() contained a '/' which is wrong.  At
a minimum, the '/' prevented the devname from showing up in
/proc/irq/<irq>/<devname>.  This patch replaces the '/' with a '-' to
fixes that problem.

Reported-by: Stephane Chazelas <Stephane@artesyncp.com>
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/mpsc.c