mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[PATCH] dvb NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4bb8089c86
commit
dad08dfc48
2 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ static struct dvb_usb_properties dtt200u_properties = {
|
|||
.cold_ids = { &dtt200u_usb_table[0], NULL },
|
||||
.warm_ids = { &dtt200u_usb_table[1], NULL },
|
||||
},
|
||||
{ 0 },
|
||||
{ NULL },
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -192,7 +192,7 @@ static struct dvb_usb_properties wt220u_properties = {
|
|||
.cold_ids = { &dtt200u_usb_table[2], NULL },
|
||||
.warm_ids = { &dtt200u_usb_table[3], NULL },
|
||||
},
|
||||
{ 0 },
|
||||
{ NULL },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -247,7 +247,7 @@ static struct dvb_usb_properties vp7045_properties = {
|
|||
.cold_ids = { &vp7045_usb_table[2], NULL },
|
||||
.warm_ids = { &vp7045_usb_table[3], NULL },
|
||||
},
|
||||
{ 0 },
|
||||
{ NULL },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue