]> Pileus Git - ~andy/linux/commit
USB: serial: safe-serial: fix up printk() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:07:24 +0000 (17:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:07:24 +0000 (17:07 +0100)
commit93ba0f037bfc7d6c6431c0db767f2244ac583578
tree7965d02623582dd737ca0a86645aeabeb8e00ed8
parent788a661a9fa59740984f509832cae33dde4b0329
USB: serial: safe-serial: fix up printk() usage

The driver was calling printk() directly at startup, which is just
noise.  Switch over to using pr_info() where needed, and get rid of the
totally useless version number that had never ever been incremented.

Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/safe_serial.c