usb: serial: handle -ENODEV quietly in generic_submit_read_urb
authorJeremiah Mahler <jmmahler@gmail.com>
Sun, 11 Jan 2015 13:42:07 +0000 (05:42 -0800)
committerJohan Hovold <johan@kernel.org>
Mon, 12 Jan 2015 09:23:54 +0000 (10:23 +0100)
commit04f9c6e6d17584340fb6c8a9469a0e6df28876d2
tree09340a058ded4cf5d5cb18499957e35dddfbd8b0
parentaa8e22128b40590b291cd13512098bf258a7e6c5
usb: serial: handle -ENODEV quietly in generic_submit_read_urb

If a USB serial device (e.g. /dev/ttyUSB0) with an active program is
unplugged, an -ENODEV (19) error will be produced after it gives up
trying to resubmit a read.

  usb_serial_generic_submit_read_urb - usb_submit_urb failed: -19

Add -ENODEV as one of the permanent errors along with -EPERM that
usb_serial_generic_submit_read_urb() handles quietly without an error.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/generic.c
This page took 0.042709 seconds and 5 git commands to generate.