Commit 69519c3e authored by Igor M. Liplianin's avatar Igor M. Liplianin Committed by Mauro Carvalho Chehab

[media] dw2102: unnecessary NULL's removed

Signed-off-by: default avatarIgor M. Liplianin <liplianin@me.by>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d3210b5f
...@@ -1546,8 +1546,6 @@ static struct dvb_usb_device_properties dw2102_properties = { ...@@ -1546,8 +1546,6 @@ static struct dvb_usb_device_properties dw2102_properties = {
.adapter = { .adapter = {
{ {
.frontend_attach = dw2102_frontend_attach, .frontend_attach = dw2102_frontend_attach,
.streaming_ctrl = NULL,
.tuner_attach = NULL,
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 8, .count = 8,
...@@ -1599,8 +1597,6 @@ static struct dvb_usb_device_properties dw2104_properties = { ...@@ -1599,8 +1597,6 @@ static struct dvb_usb_device_properties dw2104_properties = {
.adapter = { .adapter = {
{ {
.frontend_attach = dw2104_frontend_attach, .frontend_attach = dw2104_frontend_attach,
.streaming_ctrl = NULL,
/*.tuner_attach = dw2104_tuner_attach,*/
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 8, .count = 8,
...@@ -1648,7 +1644,6 @@ static struct dvb_usb_device_properties dw3101_properties = { ...@@ -1648,7 +1644,6 @@ static struct dvb_usb_device_properties dw3101_properties = {
.adapter = { .adapter = {
{ {
.frontend_attach = dw3101_frontend_attach, .frontend_attach = dw3101_frontend_attach,
.streaming_ctrl = NULL,
.tuner_attach = dw3101_tuner_attach, .tuner_attach = dw3101_tuner_attach,
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
...@@ -1692,8 +1687,6 @@ static struct dvb_usb_device_properties s6x0_properties = { ...@@ -1692,8 +1687,6 @@ static struct dvb_usb_device_properties s6x0_properties = {
.adapter = { .adapter = {
{ {
.frontend_attach = zl100313_frontend_attach, .frontend_attach = zl100313_frontend_attach,
.streaming_ctrl = NULL,
.tuner_attach = NULL,
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 8, .count = 8,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment