From: Johan Hovold Date: Mon, 16 Feb 2015 06:17:33 +0000 (+0700) Subject: USB: console: add dummy __module_get X-Git-Tag: omap-for-v4.1/wl12xx-dt~45^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee0089b1f7057d8f783db37b2a8116cd114f6e5;p=pandora-kernel.git 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 Signed-off-by: Johan Hovold --- Reading git-diff-tree failed