diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-27 19:29:37 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-27 19:29:37 +0000 |
commit | 74c79ec2c97fd60b7458b88cd7fefe8fc3af38fb (patch) | |
tree | b41b78e418385c4240a6e9daf8eb11ef0984c12b /linux/drivers/media/video/tuner-core.c | |
parent | 322151ed22231e1ca0b2ef4cfe36d50f31e1b516 (diff) | |
download | mediapointer-dvb-s2-74c79ec2c97fd60b7458b88cd7fefe8fc3af38fb.tar.gz mediapointer-dvb-s2-74c79ec2c97fd60b7458b88cd7fefe8fc3af38fb.tar.bz2 |
* ../linux/drivers/media/video/tuner-core.c: (tuner_command):
- Quick and dirty fix for AUDC_CONFIG_PINNACLE.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index 85e355248..a80ddbf7c 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.81 2005/10/24 23:31:16 nsh Exp $ + * $Id: tuner-core.c,v 1.82 2005/10/27 19:29:37 nsh Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -508,8 +508,6 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) break; } case AUDC_CONFIG_PINNACLE: - if (check_mode(t, "AUDC_CONFIG_PINNACLE") == EINVAL) - return 0; switch (*iarg) { case 2: tuner_dbg("pinnacle pal\n"); |