Johan Hovold 5ee0089b1f USB: console: add dummy __module_get
Add call to __module_get when initialising the fake tty in
usb_console_setup to match the module_put in release_one_tty.

Note that the tty-driver (i.e. usb-serial core) must be compiled-in to
enable the usb console so the __module_get is essentially a noop as
driver->owner will be null.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Johan Hovold <johan@kernel.org>
2015-02-26 17:06:39 +01:00
..
2015-02-26 17:06:39 +01:00
2014-11-26 10:41:46 -08:00
2014-09-15 18:43:08 +02:00
2015-01-19 15:58:16 +01:00
2014-09-01 11:55:30 +02:00
2014-12-14 14:57:16 -08:00