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)
commit22a416c4e0f2179b57028e084ac0ed2c110333bd
treeb885af923a343b1e7eb45ff3bd33e3c8a4526334
parentf1475a00a11b07e6ac7f97971466c1bfbf491957
USB: serial: use dev_err_console in custom write paths

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>
drivers/usb/serial/cypress_m8.c
drivers/usb/serial/digi_acceleport.c
drivers/usb/serial/io_edgeport.c
drivers/usb/serial/io_ti.c
drivers/usb/serial/mos7720.c
drivers/usb/serial/mos7840.c
drivers/usb/serial/omninet.c
drivers/usb/serial/oti6858.c
drivers/usb/serial/ti_usb_3410_5052.c
drivers/usb/serial/whiteheat.c