aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-02-25 16:41:23 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:32:26 -0400
commit69519c3eff2a4a164351792d70666efa900b697e (patch)
tree0921e3cf1b384c2655c8ac8818768a4f519adaf2
parentd3210b5f9618fc3d231caf39ffd32fda490e3ea5 (diff)
[media] dw2102: unnecessary NULL's removed
Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/dvb/dvb-usb/dw2102.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c
index 445819965e6..d1ddf7e8173 100644
--- a/drivers/media/dvb/dvb-usb/dw2102.c
+++ b/drivers/media/dvb/dvb-usb/dw2102.c
@@ -1546,8 +1546,6 @@ static struct dvb_usb_device_properties dw2102_properties = {
1546 .adapter = { 1546 .adapter = {
1547 { 1547 {
1548 .frontend_attach = dw2102_frontend_attach, 1548 .frontend_attach = dw2102_frontend_attach,
1549 .streaming_ctrl = NULL,
1550 .tuner_attach = NULL,
1551 .stream = { 1549 .stream = {
1552 .type = USB_BULK, 1550 .type = USB_BULK,
1553 .count = 8, 1551 .count = 8,
@@ -1599,8 +1597,6 @@ static struct dvb_usb_device_properties dw2104_properties = {
1599 .adapter = { 1597 .adapter = {
1600 { 1598 {
1601 .frontend_attach = dw2104_frontend_attach, 1599 .frontend_attach = dw2104_frontend_attach,
1602 .streaming_ctrl = NULL,
1603 /*.tuner_attach = dw2104_tuner_attach,*/
1604 .stream = { 1600 .stream = {
1605 .type = USB_BULK, 1601 .type = USB_BULK,
1606 .count = 8, 1602 .count = 8,
@@ -1648,7 +1644,6 @@ static struct dvb_usb_device_properties dw3101_properties = {
1648 .adapter = { 1644 .adapter = {
1649 { 1645 {
1650 .frontend_attach = dw3101_frontend_attach, 1646 .frontend_attach = dw3101_frontend_attach,
1651 .streaming_ctrl = NULL,
1652 .tuner_attach = dw3101_tuner_attach, 1647 .tuner_attach = dw3101_tuner_attach,
1653 .stream = { 1648 .stream = {
1654 .type = USB_BULK, 1649 .type = USB_BULK,
@@ -1692,8 +1687,6 @@ static struct dvb_usb_device_properties s6x0_properties = {
1692 .adapter = { 1687 .adapter = {
1693 { 1688 {
1694 .frontend_attach = zl100313_frontend_attach, 1689 .frontend_attach = zl100313_frontend_attach,
1695 .streaming_ctrl = NULL,
1696 .tuner_attach = NULL,
1697 .stream = { 1690 .stream = {
1698 .type = USB_BULK, 1691 .type = USB_BULK,
1699 .count = 8, 1692 .count = 8,