]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] USB: remove __init from usb_console_setup
authorPaul Fulghum <paulkf@microgate.com>
Wed, 12 Apr 2006 21:41:59 +0000 (23:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:27 +0000 (11:12 -0700)
commit69a4bf7c9525e5c92c0ecda0db0373f30162b28f
tree0d3bde6844615ed2d086666ea2dd6accce3d73c1
parente853bf4af372afdae732c48be04a6b154f2de3d4
[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