diff options
Diffstat (limited to 'drivers/usb/serial/opticon.c')
-rw-r--r-- | drivers/usb/serial/opticon.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/serial/opticon.c b/drivers/usb/serial/opticon.c index 6aba731d4864..cb8674ec5fbb 100644 --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c | |||
@@ -135,11 +135,6 @@ exit: | |||
135 | 135 | ||
136 | /* Continue trying to always read if we should */ | 136 | /* Continue trying to always read if we should */ |
137 | if (!priv->throttled) { | 137 | if (!priv->throttled) { |
138 | usb_fill_bulk_urb(priv->bulk_read_urb, priv->udev, | ||
139 | usb_rcvbulkpipe(priv->udev, | ||
140 | priv->bulk_address), | ||
141 | priv->bulk_in_buffer, priv->buffer_size, | ||
142 | opticon_read_bulk_callback, priv); | ||
143 | result = usb_submit_urb(priv->bulk_read_urb, GFP_ATOMIC); | 138 | result = usb_submit_urb(priv->bulk_read_urb, GFP_ATOMIC); |
144 | if (result) | 139 | if (result) |
145 | dev_err(&port->dev, | 140 | dev_err(&port->dev, |