We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4494f0f commit a3b6020Copy full SHA for a3b6020
drivers/media/usb/em28xx/em28xx-dvb.c
@@ -270,7 +270,8 @@ static int em28xx_stop_feed(struct dvb_demux_feed *feed)
270
/* ------------------------------------------------------------------ */
271
static int em28xx_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire)
272
{
273
- struct em28xx *dev = fe->dvb->priv;
+ struct em28xx_i2c_bus *i2c_bus = fe->dvb->priv;
274
+ struct em28xx *dev = i2c_bus->dev;
275
276
if (acquire)
277
return em28xx_set_mode(dev, EM28XX_DIGITAL_MODE);
0 commit comments