]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: core: fix up printk() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:10:29 +0000 (17:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:10:29 +0000 (17:10 +0100)
commitee42f6c9fc62d1d4d45b0d75e5f947e6645d8c30
treef389d8e4bae17d29cffc299339142380e7543e35
parentf378dfe4bef8d77dbd420a12bd75fd09395bc3d8
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>
drivers/usb/serial/usb-serial.c