summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/tuner-core.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index 624430722..69e7784c1 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.40 2005/07/01 20:13:29 mchehab Exp $
+ * $Id: tuner-core.c,v 1.41 2005/07/01 21:41:37 mchehab Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -357,6 +357,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
/* Should be just before return */
i2c_attach_client(&t->i2c);
+ set_type(&t->i2c,t->type, t->admin_status);
return 0;
}
}
@@ -370,6 +371,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
/* Should be just before return */
i2c_attach_client(&t->i2c);
+ set_type(&t->i2c,t->type, t->admin_status);
return 0;
}