Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dad08dfc
Commit
dad08dfc
authored
Feb 01, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] dvb NULL noise removal
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
4bb8089c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/media/dvb/dvb-usb/dtt200u.c
drivers/media/dvb/dvb-usb/dtt200u.c
+2
-2
drivers/media/dvb/dvb-usb/vp7045.c
drivers/media/dvb/dvb-usb/vp7045.c
+1
-1
No files found.
drivers/media/dvb/dvb-usb/dtt200u.c
View file @
dad08dfc
...
...
@@ -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
},
}
};
...
...
drivers/media/dvb/dvb-usb/vp7045.c
View file @
dad08dfc
...
...
@@ -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
},
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment