kernel/drivers/media/usb/dvb-usb/dvb-usb-dvb.c
.. .. @@ -56,9 +56,6 @@ 56 56 * for reception. 57 57 */ 58 58 if (adap->feedcount == onoff && adap->feedcount > 0) { 59 - deb_ts("submitting all URBs\n");60 - usb_urb_submit(&adap->fe_adap[adap->active_fe].stream);61 -62 59 deb_ts("controlling pid parser\n"); 63 60 if (adap->props.fe[adap->active_fe].caps & DVB_USB_ADAP_HAS_PID_FILTER && 64 61 adap->props.fe[adap->active_fe].caps & .. .. @@ -80,6 +77,8 @@ 80 77 } 81 78 } 82 79 80 + deb_ts("submitting all URBs\n");81 + usb_urb_submit(&adap->fe_adap[adap->active_fe].stream);83 82 } 84 83 return 0; 85 84 }