]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: ti_usb_3410_5052: fix up noisy printk() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:09:00 +0000 (17:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:09:00 +0000 (17:09 +0100)
commitf378dfe4bef8d77dbd420a12bd75fd09395bc3d8
tree4c0fdb37b4f692a723116a3c052133222e4c3d30
parent93ba0f037bfc7d6c6431c0db767f2244ac583578
USB: serial: ti_usb_3410_5052: fix up noisy printk() usage

The driver should not be sending any printk() messages when it is
loaded, as no other USB serial driver does.  This fixes that, and also
removes the useless version number from the driver.

Cc: Johan Hovold <jhovold@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Adhir Ramjiawan <adhirramjiawan0@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ti_usb_3410_5052.c