diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-05 15:08:05 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-01-05 15:08:05 -0500 |
commit | 88ad51b6cd401849a446a4d1bcba232055a6923f (patch) | |
tree | db5a5b62dc5bbe4d4ff452790dbfc074b7cf497f /linux/drivers/media/video/tuner-core.c | |
parent | 5240604a62cc6c8206ed6bf09646c574bdf9b54c (diff) | |
download | mediapointer-dvb-s2-88ad51b6cd401849a446a4d1bcba232055a6923f.tar.gz mediapointer-dvb-s2-88ad51b6cd401849a446a4d1bcba232055a6923f.tar.bz2 |
xc5000: Small amount of cleanup and commenting.
From: Steven Toth <stoth@hauppauge.com>
xc5000: Small amount of cleanup and commenting, just for clarification.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index 9fb2b3f77..6305998e2 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -463,7 +463,7 @@ static void set_type(struct i2c_client *c, unsigned int type, case TUNER_XC5000: xc5000_cfg.i2c_address = t->i2c->addr; xc5000_cfg.if_khz = 5380; - xc5000_cfg.video_dev = c->adapter->algo_data; + xc5000_cfg.priv = c->adapter->algo_data; xc5000_cfg.tuner_callback = t->tuner_callback; if (!xc5000_attach(&t->fe, t->i2c->adapter, &xc5000_cfg)) { t->type = TUNER_ABSENT; |