From: Christian Löpke Date: Sat, 18 Jul 2015 07:15:01 +0000 (-0300) Subject: [media] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm devices X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3139f43f8eca4d3a8a0ffe3b0b9cd8ebe0e3be95;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [media] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm devices Using 8 URBs results in a consecutive buffer allocation of too much memory for some arm devices. As we use isochronuous transfers the number of URBs can be reduced without risking data-loss. Signed-off-by: Christian Loepke Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/dvb-usb/technisat-usb2.c b/drivers/media/usb/dvb-usb/technisat-usb2.c index 03f334d3a8f4..6c3c47722955 100644 --- a/drivers/media/usb/dvb-usb/technisat-usb2.c +++ b/drivers/media/usb/dvb-usb/technisat-usb2.c @@ -707,7 +707,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = { .stream = { .type = USB_ISOC, - .count = 8, + .count = 4, .endpoint = 0x2, .u = { .isoc = {