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 e181b1f commit 86c330fCopy full SHA for 86c330f
drivers/media/pci/cx88/cx88-dvb.c
@@ -1504,8 +1504,8 @@ static int dvb_register(struct cx8802_dev *dev)
1504
fe0->dvb.frontend = dvb_attach(stv0288_attach,
1505
&tevii_tuner_earda_config,
1506
&core->i2c_adap);
1507
- if (fe0->dvb.frontend != NULL) {
1508
- if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61,
+ if (fe0->dvb.frontend != NULL) {
+ if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61,
1509
&core->i2c_adap))
1510
goto frontend_detach;
1511
core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
0 commit comments