Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a776313 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

[media] dib0700: fix ERROR: space required after that ','

parent 9a9677af
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -280,7 +280,9 @@ static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap)
		}
	}

	adap->fe_adap[0].fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,0x80+(adap->id << 1),
	adap->fe_adap[0].fe =
		dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,
			   0x80 + (adap->id << 1),
			   &stk7700d_dib7000p_mt2266_config[adap->id]);

	return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
@@ -307,7 +309,9 @@ static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap)
		}
	}

	adap->fe_adap[0].fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,0x80+(adap->id << 1),
	adap->fe_adap[0].fe =
		dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,
			   0x80 + (adap->id << 1),
			   &stk7700d_dib7000p_mt2266_config[adap->id]);

	return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;