Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0b82c5d6
Commit
0b82c5d6
authored
Dec 31, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (10162): tuner-simple: Fix tuner type set message
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
4a87d7c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
drivers/media/common/tuners/tuner-simple.c
drivers/media/common/tuners/tuner-simple.c
+6
-1
No files found.
drivers/media/common/tuners/tuner-simple.c
View file @
0b82c5d6
...
...
@@ -1059,7 +1059,12 @@ struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
memcpy
(
&
fe
->
ops
.
tuner_ops
,
&
simple_tuner_ops
,
sizeof
(
struct
dvb_tuner_ops
));
tuner_info
(
"type set to %d (%s)
\n
"
,
type
,
priv
->
tun
->
name
);
if
(
type
!=
priv
->
type
)
tuner_warn
(
"couldn't set type to %d. Using %d (%s) instead
\n
"
,
type
,
priv
->
type
,
priv
->
tun
->
name
);
else
tuner_info
(
"type set to %d (%s)
\n
"
,
priv
->
type
,
priv
->
tun
->
name
);
if
((
debug
)
||
((
atv_input
[
priv
->
nr
]
>
0
)
||
(
dtv_input
[
priv
->
nr
]
>
0
)))
{
...
...
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