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
Kirill Smelkov
linux
Commits
1c686053
Commit
1c686053
authored
Feb 13, 2003
by
Alan Cox
Committed by
David Woodhouse
Feb 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix 3036 tuner
parent
ccfa4964
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
drivers/media/video/tuner-3036.c
drivers/media/video/tuner-3036.c
+10
-12
No files found.
drivers/media/video/tuner-3036.c
View file @
1c686053
...
...
@@ -185,22 +185,20 @@ tuner_probe(struct i2c_adapter *adap)
static
struct
i2c_driver
i2c_driver_tuner
=
{
"sab3036"
,
/* name */
I2C_DRIVERID_SAB3036
,
/* ID */
I2C_DF_NOTIFY
,
tuner_probe
,
tuner_detach
,
tuner_command
.
owner
=
THIS_MODULE
,
.
name
=
"sab3036"
,
.
id
=
I2C_DRIVERID_SAB3036
,
.
flags
=
I2C_DF_NOTIFY
,
.
attach_adapter
=
tuner_probe
,
.
detach_client
=
tuner_detach
,
.
command
=
tuner_command
};
static
struct
i2c_client
client_template
=
{
"SAB3036"
,
/* name */
-
1
,
0
,
0
,
NULL
,
&
i2c_driver_tuner
.
name
=
"SAB3036"
,
.
id
=
-
1
,
.
driver
=
&
i2c_driver_tuner
};
int
__init
...
...
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