Re: [PATCH] DVB-USB UMT-010 driver oops on install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Abhijit Bhopatkar wrote:
> Initialize stream count using MAX_NO_URBS_FOR_DATA_STREAM.
>
> Signed-off-by: Tim Gardner <tim.gardner@xxxxxxxxxxxxx>
> Signed-off-by: Abhijit Bhopatkar <bain@xxxxxxxxxxxxxxxx>
>   
Reviewed-by: Michael Krufky <mkrufky@xxxxxxxxxxx>

Mauro, Please merge this one -- this is a bug fix, and it should go to
2.6.26.

Ubuntu is already shipping this patch as part of the "Ubuntu sauce" --
Once this is merged to Linus, I will forward it on to -stable for
2.6.24.y and 2.6.25.y.

There are other pending bug-fix patches waiting for 2.6.26 -- if you
need a list, please let me know.

Regards,

Mike


> ---
>  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@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux