diff options
-rw-r--r-- | drivers/media/dvb/dvb-usb/usb_urb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/usb_urb.c b/drivers/media/dvb/dvb-usb/usb_urb.c index c5e2ff0ca3fb..eaf673a3978d 100644 --- a/drivers/media/dvb/dvb-usb/usb_urb.c +++ b/drivers/media/dvb/dvb-usb/usb_urb.c | |||
@@ -319,9 +319,6 @@ int usb_urb_initv2(struct usb_data_stream *stream, | |||
319 | 319 | ||
320 | memcpy(&stream->props, props, sizeof(*props)); | 320 | memcpy(&stream->props, props, sizeof(*props)); |
321 | 321 | ||
322 | usb_clear_halt(stream->udev, usb_rcvbulkpipe(stream->udev, | ||
323 | stream->props.endpoint)); | ||
324 | |||
325 | if (!stream->complete) { | 322 | if (!stream->complete) { |
326 | dev_err(&stream->udev->dev, "%s: there is no data callback - " \ | 323 | dev_err(&stream->udev->dev, "%s: there is no data callback - " \ |
327 | "this doesn't make sense\n", KBUILD_MODNAME); | 324 | "this doesn't make sense\n", KBUILD_MODNAME); |