diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/umt-010.c')
| -rw-r--r-- | drivers/media/dvb/dvb-usb/umt-010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/umt-010.c b/drivers/media/dvb/dvb-usb/umt-010.c index 9e7653bb3b66..118aab1a3e54 100644 --- a/drivers/media/dvb/dvb-usb/umt-010.c +++ b/drivers/media/dvb/dvb-usb/umt-010.c | |||
| @@ -107,7 +107,7 @@ static struct dvb_usb_device_properties umt_properties = { | |||
| 107 | /* parameter for the MPEG2-data transfer */ | 107 | /* parameter for the MPEG2-data transfer */ |
| 108 | .stream = { | 108 | .stream = { |
| 109 | .type = USB_BULK, | 109 | .type = USB_BULK, |
| 110 | .count = 20, | 110 | .count = MAX_NO_URBS_FOR_DATA_STREAM, |
| 111 | .endpoint = 0x06, | 111 | .endpoint = 0x06, |
| 112 | .u = { | 112 | .u = { |
| 113 | .bulk = { | 113 | .bulk = { |
