From 6e76c0677389ae240d7511969e24ab777e58e27c Mon Sep 17 00:00:00 2001 From: "Igor M. Liplianin" Date: Fri, 25 Feb 2011 18:41:23 -0300 Subject: [PATCH] --- yaml --- r: 241951 b: refs/heads/master c: 69519c3eff2a4a164351792d70666efa900b697e h: refs/heads/master i: 241949: a2e470ce1969b27e696fc31aca9c7b831a888668 241947: 25f3e92e532bf7b20962dcabcdc84c69189eb267 241943: 90c1816186c778d748a6c9a76909a3dab7ba1a30 241935: 0b02ba970d97067dbdf9f6b3392fa4b2b76a1b67 241919: ef5b642b7d600088dd0cb81016fd9df9295e312f v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/dvb-usb/dw2102.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 50be5c2c4269..70ace335b3d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3210b5f9618fc3d231caf39ffd32fda490e3ea5 +refs/heads/master: 69519c3eff2a4a164351792d70666efa900b697e diff --git a/trunk/drivers/media/dvb/dvb-usb/dw2102.c b/trunk/drivers/media/dvb/dvb-usb/dw2102.c index 445819965e66..d1ddf7e81735 100644 --- a/trunk/drivers/media/dvb/dvb-usb/dw2102.c +++ b/trunk/drivers/media/dvb/dvb-usb/dw2102.c @@ -1546,8 +1546,6 @@ static struct dvb_usb_device_properties dw2102_properties = { .adapter = { { .frontend_attach = dw2102_frontend_attach, - .streaming_ctrl = NULL, - .tuner_attach = NULL, .stream = { .type = USB_BULK, .count = 8, @@ -1599,8 +1597,6 @@ static struct dvb_usb_device_properties dw2104_properties = { .adapter = { { .frontend_attach = dw2104_frontend_attach, - .streaming_ctrl = NULL, - /*.tuner_attach = dw2104_tuner_attach,*/ .stream = { .type = USB_BULK, .count = 8, @@ -1648,7 +1644,6 @@ static struct dvb_usb_device_properties dw3101_properties = { .adapter = { { .frontend_attach = dw3101_frontend_attach, - .streaming_ctrl = NULL, .tuner_attach = dw3101_tuner_attach, .stream = { .type = USB_BULK, @@ -1692,8 +1687,6 @@ static struct dvb_usb_device_properties s6x0_properties = { .adapter = { { .frontend_attach = zl100313_frontend_attach, - .streaming_ctrl = NULL, - .tuner_attach = NULL, .stream = { .type = USB_BULK, .count = 8,