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
5365a8e4
Commit
5365a8e4
authored
Nov 02, 2007
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (12809): tm6000: Remove an old hack
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
d7ea3bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
drivers/staging/tm6000/tm6000-core.c
drivers/staging/tm6000/tm6000-core.c
+0
-11
No files found.
drivers/staging/tm6000/tm6000-core.c
View file @
5365a8e4
...
...
@@ -30,10 +30,6 @@
#include <media/v4l2-common.h>
#include <media/tuner.h>
#ifdef HACK
/* HACK */
#include "tm6000-hack.c"
#endif
#define USB_TIMEOUT 5*HZ
/* ms */
int
tm6000_read_write_usb
(
struct
tm6000_core
*
dev
,
u8
req_type
,
u8
req
,
...
...
@@ -313,11 +309,6 @@ int tm6000_init (struct tm6000_core *dev)
{
int
board
,
rc
=
0
,
i
;
#ifdef HACK
/* HACK */
init_tm6000
(
dev
);
return
0
;
#else
/* Load board's initialization table */
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
init_tab
);
i
++
)
{
rc
=
tm6000_set_reg
(
dev
,
REQ_07_SET_GET_AVREG
,
...
...
@@ -375,8 +366,6 @@ int tm6000_init (struct tm6000_core *dev)
msleep
(
50
);
#endif
/* HACK */
return
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