MN10300: Fix up the IRQ names for the on-chip serial ports
authorDavid Howells <dhowells@redhat.com>
Tue, 14 Sep 2010 16:59:15 +0000 (17:59 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Sep 2010 00:06:28 +0000 (17:06 -0700)
commita4128b03ff1ff5bc6ea922518a3f36a09b914379
tree7df4a00f24ecdfeaf32e8e2c07b2ea29d0bc5282
parent65e0b598bdb3fe1122ab9a9708fc785e7ac41671
MN10300: Fix up the IRQ names for the on-chip serial ports

Fix up the IRQ names for the MN10300 on-chip serial ports in the driver as
request_interrupt() no longer allows names containing slashes, giving a warning
like the following if one is encountered:

------------[ cut here ]------------
WARNING: at fs/proc/generic.c:323 __xlate_proc_name+0x62/0x7c()
name 'ttySM0/Rx'

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/mn10300-serial.c