]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Char: isicom, move to tty_register_device
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:52 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:57 +0000 (08:28 -0800)
commit968e9f55b80dd90588f0e415bc6c504460a4a8ab
tree15049a85d2cebd0cb504c93ed890a989bfda5d2c
parentdd04865eb1a351f4c905f0b234ad51813ba1792e
[PATCH] Char: isicom, move to tty_register_device

Instead of registering all devices in register_tty_driver, register devices in
probe function and register only port_count devices.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/isicom.c