All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] [PATCH] DVB-USB UMT-010 driver oops on install
@ 2008-06-16  1:57 Abhijit Bhopatkar
  0 siblings, 0 replies; only message in thread
From: Abhijit Bhopatkar @ 2008-06-16  1:57 UTC (permalink / raw)
  To: linux-dvb

Initialize stream count using MAX_NO_URBS_FOR_DATA_STREAM.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Abhijit Bhopatkar <bain@devslashzero.com>
---
 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 9e7653b..118aab1 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 = {
 			/* parameter for the MPEG2-data transfer */
 			.stream = {
 				.type = USB_BULK,
-				.count = 20,
+				.count = MAX_NO_URBS_FOR_DATA_STREAM,
 				.endpoint = 0x06,
 				.u = {
 					.bulk = {
-- 1.5.5.29.g7134

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-16  1:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16  1:57 [linux-dvb] [PATCH] DVB-USB UMT-010 driver oops on install Abhijit Bhopatkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.