commit | 93ba0f037bfc7d6c6431c0db767f2244ac583578 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 18 17:07:24 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 18 17:07:24 2012 +0100 |
tree | 7965d02623582dd737ca0a86645aeabeb8e00ed8 | |
parent | 788a661a9fa59740984f509832cae33dde4b0329 [diff] |
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>