diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index d72b817bf886..37ebfcc6be55 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -458,7 +458,7 @@ static int attach_xc3028(u8 addr, struct cx8802_dev *dev) | |||
458 | struct xc2028_config cfg = { | 458 | struct xc2028_config cfg = { |
459 | .i2c_adap = &dev->core->i2c_adap, | 459 | .i2c_adap = &dev->core->i2c_adap, |
460 | .i2c_addr = addr, | 460 | .i2c_addr = addr, |
461 | .video_dev = dev->core, | 461 | .video_dev = dev->core->i2c_adap.algo_data, |
462 | }; | 462 | }; |
463 | 463 | ||
464 | if (!dev->dvb.frontend) { | 464 | if (!dev->dvb.frontend) { |