Commits
Greg Kroah-Hartman committed ee42f6c9fc6
USB: serial: core: fix up printk() usage This moves to using pr_info() where needed instead of a "raw" printk() call, making the whole driver more unified. It also cleans up my email address in the MODULE_AUTHOR field. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>