diff options
Diffstat (limited to 'drivers/usb/serial/option.c')
| -rw-r--r-- | drivers/usb/serial/option.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 5cf2b80add7a..759d36087184 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -365,8 +365,7 @@ static void option_outdat_callback(struct urb *urb, struct pt_regs *regs) | |||
| 365 | 365 | ||
| 366 | port = (struct usb_serial_port *) urb->context; | 366 | port = (struct usb_serial_port *) urb->context; |
| 367 | 367 | ||
| 368 | if (port->open_count) | 368 | usb_serial_port_softint(port); |
| 369 | schedule_work(&port->work); | ||
| 370 | } | 369 | } |
| 371 | 370 | ||
| 372 | static void option_instat_callback(struct urb *urb, struct pt_regs *regs) | 371 | static void option_instat_callback(struct urb *urb, struct pt_regs *regs) |
