aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dw2102.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-02-25 18:41:23 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:26 -0300
commit69519c3eff2a4a164351792d70666efa900b697e (patch)
tree0921e3cf1b384c2655c8ac8818768a4f519adaf2 /drivers/media/dvb/dvb-usb/dw2102.c
parentd3210b5f9618fc3d231caf39ffd32fda490e3ea5 (diff)
downloadkernel_samsung_smdk4412-69519c3eff2a4a164351792d70666efa900b697e.zip
kernel_samsung_smdk4412-69519c3eff2a4a164351792d70666efa900b697e.tar.gz
kernel_samsung_smdk4412-69519c3eff2a4a164351792d70666efa900b697e.tar.bz2
[media] dw2102: unnecessary NULL's removed
Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dw2102.c')
-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 4458199..d1ddf7e 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 = {
.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,