[media] dw2102: unnecessary NULL's removed
authorIgor M. Liplianin <liplianin@me.by>
Fri, 25 Feb 2011 21:41:23 +0000 (18:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:26 +0000 (20:32 -0300)
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dw2102.c

index 4458199..d1ddf7e 100644 (file)
@@ -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,