]> Pileus Git - ~andy/linux/blobdiff - drivers/media/common/b2c2/flexcop-fe-tuner.c
[media] cx88: kernel bz#9476: Fix tone setting for Nova-S+ model 92001
[~andy/linux] / drivers / media / common / b2c2 / flexcop-fe-tuner.c
index 850a6c606750240f502f82bdf25ca1ce3b675dc0..7e14e90d292233f70fc63ba13c5e356d862f27b5 100644 (file)
@@ -325,7 +325,7 @@ static int skystar2_rev27_attach(struct flexcop_device *fc,
        /* enable no_base_addr - no repeated start when reading */
        fc->fc_i2c_adap[2].no_base_addr = 1;
        if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap,
-                       0x08, 1, 1)) {
+                       0x08, 1, 1, false)) {
                err("ISL6421 could NOT be attached");
                goto fail_isl;
        }
@@ -391,7 +391,7 @@ static int skystar2_rev28_attach(struct flexcop_device *fc,
 
        fc->fc_i2c_adap[2].no_base_addr = 1;
        if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap,
-                       0x08, 0, 0)) {
+                       0x08, 0, 0, false)) {
                err("ISL6421 could NOT be attached");
                fc->fc_i2c_adap[2].no_base_addr = 0;
                return 0;