[PATCH] USB: remove __init from usb_console_setup
commit49fa79e5689a5c9089a5cdaf396fbdae5f928004
authorPaul Fulghum <paulkf@microgate.com>
Wed, 12 Apr 2006 21:41:59 +0000 (12 23:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Apr 2006 20:16:06 +0000 (17 13:16 -0700)
tree13dbbcafcb7b987d7265a28e3bda53f428faa2d7
parent6b2467e45179a336f1e5b70d2b2ae1fe89a00133
[PATCH] USB: remove __init from usb_console_setup

This prevents an Oops if booted with "console=ttyUSB0" but without a
USB-serial dongle, and plugged one in afterwards.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/console.c