summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/tm6000-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2007-10-24 09:22:08 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:39:52 -0300
commitd544f2c33f39086fe08cfabe98bd2a36592c5ffb (patch)
treec7fe96724295ddcbddc2f2127dcbcd868363d714 /drivers/staging/tm6000/tm6000-core.c
parent7594304ee775608256b60b3628e795306196a283 (diff)
V4L/DVB (12807): tm6000: Properly select xc2028 parameters
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000-core.c')
-rw-r--r--drivers/staging/tm6000/tm6000-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c
index 8a645fe8e5a3..bef528f2413b 100644
--- a/drivers/staging/tm6000/tm6000-core.c
+++ b/drivers/staging/tm6000/tm6000-core.c
@@ -375,9 +375,9 @@ int tm6000_init (struct tm6000_core *dev)
msleep(50);
- return 0;
-
#endif /* HACK */
+
+ return 0;
}
#define tm6000_wrt(dev,req,reg,val, data...) \