USB: serial: use dev_err_console in custom write paths
authorJohan Hovold <jhovold@gmail.com>
Fri, 10 Feb 2012 12:20:51 +0000 (13:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2012 18:21:04 +0000 (10:21 -0800)
Use dev_err_console in write paths for devices which can be used as a
console but do not use the generic write implementation.

Compile-only tested.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found