diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 13:45:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:45 -0400 |
commit | 446018d80736ab16a117ce0db5a20467c91a0f90 (patch) | |
tree | e9efa80c52112ab30d5f159eb722b6531636266d /drivers/media/video/saa7134 | |
parent | 1fe8736955515f5075bef05c366b2d145d29cd44 (diff) |
V4L/DVB (7261): Use the same callback argument as xc3028 and xc5000
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-core.c b/drivers/media/video/saa7134/saa7134-core.c index ef1fd5a93b1b..4817a0e046a8 100644 --- a/drivers/media/video/saa7134/saa7134-core.c +++ b/drivers/media/video/saa7134/saa7134-core.c | |||
@@ -145,7 +145,8 @@ void saa7134_set_gpio(struct saa7134_dev *dev, int bit_no, int value) | |||
145 | int saa7134_tuner_callback(void *ptr, int command, int arg) | 145 | int saa7134_tuner_callback(void *ptr, int command, int arg) |
146 | { | 146 | { |
147 | u8 sync_control; | 147 | u8 sync_control; |
148 | struct saa7134_dev *dev = ptr; | 148 | struct i2c_algo_bit_data *i2c_algo = priv; |
149 | struct saa7134_dev *dev = i2c_algo->data; | ||
149 | 150 | ||
150 | switch (dev->tuner_type) { | 151 | switch (dev->tuner_type) { |
151 | case TUNER_PHILIPS_TDA8290: | 152 | case TUNER_PHILIPS_TDA8290: |