Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192668
b: refs/heads/master
c: 2c9a95b
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent 09e5cee commit 6c6d958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5200401ad8a80b95b3ba5636580f10adc74b6b60
refs/heads/master: 2c9a95ba17bfe5fc24a1f782c172c03b74fcda1e
11 changes: 0 additions & 11 deletions trunk/drivers/staging/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -375,8 +366,6 @@ int tm6000_init (struct tm6000_core *dev)

msleep(50);

#endif /* HACK */

return 0;
}

Expand Down

0 comments on commit 6c6d958

Please sign in to comment.